-
- Downloads
msm: vidc: Allow clients to specify/query the colorspace
When encoder clients specify the color space, the resulting bitstream will have the color space embedded in it. This allows for the decoder to display the picture accurately without the color being skewed. Similarly decoder clients can query the color space of the bitstream by enabling MSM_VIDC_EXTRADATA_VUI_DISPLAY_INFO. If the bitstream contains the colorspace hint, the appropriate extradata will be emitted by the decoder. Author: Deva Ramasubramanian <dramasub@codeaurora.org> Change-Id: I83a3e28b13c3aa306e7cc2d1552a6d39c0d3d49f Signed-off-by:Deva Ramasubramanian <dramasub@codeaurora.org> Signed-off-by:
Praveen Chavan <pchavan@codeaurora.org>
Showing
- drivers/media/platform/msm/vidc/hfi_packetization.c 40 additions, 0 deletionsdrivers/media/platform/msm/vidc/hfi_packetization.c
- drivers/media/platform/msm/vidc/msm_vdec.c 7 additions, 4 deletionsdrivers/media/platform/msm/vidc/msm_vdec.c
- drivers/media/platform/msm/vidc/msm_venc.c 53 additions, 3 deletionsdrivers/media/platform/msm/vidc/msm_venc.c
- drivers/media/platform/msm/vidc/msm_vidc_common.c 3 additions, 0 deletionsdrivers/media/platform/msm/vidc/msm_vidc_common.c
- drivers/media/platform/msm/vidc/vidc_hfi.h 2 additions, 0 deletionsdrivers/media/platform/msm/vidc/vidc_hfi.h
- drivers/media/platform/msm/vidc/vidc_hfi_api.h 12 additions, 0 deletionsdrivers/media/platform/msm/vidc/vidc_hfi_api.h
- drivers/media/platform/msm/vidc/vidc_hfi_helper.h 11 additions, 1 deletiondrivers/media/platform/msm/vidc/vidc_hfi_helper.h
- include/uapi/linux/v4l2-controls.h 1 addition, 0 deletionsinclude/uapi/linux/v4l2-controls.h
- include/uapi/media/msm_vidc.h 18 additions, 0 deletionsinclude/uapi/media/msm_vidc.h
Loading
Please register or sign in to comment