Searched refs:color_format (Results 1 - 25 of 51) sorted by relevance

123

/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.h84 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
87 int color_format, struct android_ycbcr *ycbcr);
H A Dgr_utils.cpp287 int color_format, struct android_ycbcr *ycbcr) {
295 y_meta_stride = VENUS_Y_META_STRIDE(color_format, INT(width));
296 y_meta_height = VENUS_Y_META_SCANLINES(color_format, INT(height));
299 y_stride = VENUS_Y_STRIDE(color_format, INT(width));
300 y_height = VENUS_Y_SCANLINES(color_format, INT(height));
303 c_meta_stride = VENUS_UV_META_STRIDE(color_format, INT(width));
304 c_meta_height = VENUS_UV_META_SCANLINES(color_format, INT(height));
311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
315 int color_format, struct android_ycbcr *ycbcr) {
325 uv_stride = VENUS_UV_STRIDE(color_format, IN
286 GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
314 GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
[all...]
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.h84 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
87 int color_format, struct android_ycbcr *ycbcr);
H A Dgr_utils.cpp287 int color_format, struct android_ycbcr *ycbcr) {
295 y_meta_stride = VENUS_Y_META_STRIDE(color_format, INT(width));
296 y_meta_height = VENUS_Y_META_SCANLINES(color_format, INT(height));
299 y_stride = VENUS_Y_STRIDE(color_format, INT(width));
300 y_height = VENUS_Y_SCANLINES(color_format, INT(height));
303 c_meta_stride = VENUS_UV_META_STRIDE(color_format, INT(width));
304 c_meta_height = VENUS_UV_META_SCANLINES(color_format, INT(height));
311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
315 int color_format, struct android_ycbcr *ycbcr) {
325 uv_stride = VENUS_UV_STRIDE(color_format, IN
286 GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
314 GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
[all...]
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp313 int color_format, struct android_ycbcr *ycbcr) {
321 y_meta_stride = VENUS_Y_META_STRIDE(color_format, INT(width));
322 y_meta_height = VENUS_Y_META_SCANLINES(color_format, INT(height));
325 y_stride = VENUS_Y_STRIDE(color_format, INT(width));
326 y_height = VENUS_Y_SCANLINES(color_format, INT(height));
329 c_meta_stride = VENUS_UV_META_STRIDE(color_format, INT(width));
330 c_meta_height = VENUS_UV_META_SCANLINES(color_format, INT(height));
337 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
312 GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
H A Dgr_allocator.h85 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp314 int color_format, struct android_ycbcr *ycbcr) {
322 y_meta_stride = VENUS_Y_META_STRIDE(color_format, INT(width));
323 y_meta_height = VENUS_Y_META_SCANLINES(color_format, INT(height));
326 y_stride = VENUS_Y_STRIDE(color_format, INT(width));
327 y_height = VENUS_Y_SCANLINES(color_format, INT(height));
330 c_meta_stride = VENUS_UV_META_STRIDE(color_format, INT(width));
331 c_meta_height = VENUS_UV_META_SCANLINES(color_format, INT(height));
338 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
313 GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format, struct android_ycbcr *ycbcr) argument
H A Dgr_allocator.h85 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dmm_jpeg_interface.h179 mm_jpeg_color_format color_format; member in struct:__anon2345
239 mm_jpeg_color_format color_format; member in struct:__anon2346
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp713 int color_format, struct android_ycbcr* ycbcr)
722 y_meta_stride = VENUS_Y_META_STRIDE(color_format, width);
723 y_meta_height = VENUS_Y_META_SCANLINES(color_format, height);
726 y_stride = VENUS_Y_STRIDE(color_format, width);
727 y_height = VENUS_Y_SCANLINES(color_format, height);
730 c_meta_stride = VENUS_UV_META_STRIDE(color_format, width);
731 c_meta_height = VENUS_UV_META_SCANLINES(color_format, height);
739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
712 getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, int color_format, struct android_ycbcr* ycbcr) argument
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp713 int color_format, struct android_ycbcr* ycbcr)
722 y_meta_stride = VENUS_Y_META_STRIDE(color_format, width);
723 y_meta_height = VENUS_Y_META_SCANLINES(color_format, height);
726 y_stride = VENUS_Y_STRIDE(color_format, width);
727 y_height = VENUS_Y_SCANLINES(color_format, height);
730 c_meta_stride = VENUS_UV_META_STRIDE(color_format, width);
731 c_meta_height = VENUS_UV_META_SCANLINES(color_format, height);
739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
712 getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, int color_format, struct android_ycbcr* ycbcr) argument
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp734 int color_format, struct android_ycbcr* ycbcr)
743 y_meta_stride = VENUS_Y_META_STRIDE(color_format, width);
744 y_meta_height = VENUS_Y_META_SCANLINES(color_format, height);
747 y_stride = VENUS_Y_STRIDE(color_format, width);
748 y_height = VENUS_Y_SCANLINES(color_format, height);
751 c_meta_stride = VENUS_UV_META_STRIDE(color_format, width);
752 c_meta_height = VENUS_UV_META_SCANLINES(color_format, height);
760 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
733 getYuvUbwcSPPlaneInfo(uint64_t base, int width, int height, int color_format, struct android_ycbcr* ycbcr) argument
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_vidc.h37 unsigned int color_format; member in struct:msm_vidc_interlace_payload
80 unsigned int color_format; member in struct:msm_vidc_vc1_seqdisp_payload
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_vidc.h20 unsigned int color_format; member in struct:msm_vidc_interlace_payload
61 unsigned int color_format; member in struct:msm_vidc_vc1_seqdisp_payload
/hardware/qcom/msm8998/kernel-headers/media/
H A Dmsm_vidc.h34 unsigned int color_format; member in struct:msm_vidc_interlace_payload
68 unsigned int color_format; member in struct:msm_vidc_vc1_seqdisp_payload
/hardware/qcom/msm8998/original-kernel-headers/media/
H A Dmsm_vidc.h20 unsigned int color_format; member in struct:msm_vidc_interlace_payload
61 unsigned int color_format; member in struct:msm_vidc_vc1_seqdisp_payload
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h135 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
H A Dvideo_encoder_device_copper.h244 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h145 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
H A Dvideo_encoder_device_v4l2.h383 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
441 int color_format; member in class:venc_dev
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h145 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
H A Dvideo_encoder_device_v4l2.h495 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
564 int color_format; member in class:venc_dev
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp186 color_format = 0;
975 color_format = format;
977 switch (color_format) {
985 color_format = 0;
1192 int color_format; local
1199 color_format = COLOR_FMT_NV12;
1202 color_format = COLOR_FMT_NV12_UBWC;
1205 color_format = COLOR_FMT_RGBA8888;
1208 color_format = COLOR_FMT_RGBA8888_UBWC;
1211 color_format
3913 OMX_COLOR_FORMATTYPE color_format = (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FORMATYUV420PackedSemiPlanar32m; local
5938 venc_set_color_format(OMX_COLOR_FORMATTYPE color_format) argument
8298 int color_format = -1; local
[all...]
H A Domx_swvenc_mpeg4.cpp690 SWVENC_COLOR_FORMAT color_format; local
701 color_format = SWVENC_COLOR_FORMAT_NV12;
721 color_format = SWVENC_COLOR_FORMAT_NV12;
726 color_format = SWVENC_COLOR_FORMAT_NV21;
741 Prop.info.color_format = color_format;
1796 SWVENC_COLOR_FORMAT color_format; local
1808 DEBUG_PRINT_LOW("dev_empty_buf: color_format is QOMX_COLOR_FormatAndroidOpaque");
3012 OMX_COLOR_FORMATTYPE color_format
3019 if ((color_format
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_common_defs.h358 uint32_t color_format; member in union:__anon410::__anon421

Completed in 354 milliseconds

123