/hardware/qcom/msm8x84/kernel-headers/media/ |
msm_media_info.h | 152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 158 switch (color_fmt) { 172 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 178 switch (color_fmt) { 192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 198 switch (color_fmt) { 212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 218 switch (color_fmt) { 233 int color_fmt, int width, int height) 242 y_stride = VENUS_Y_STRIDE(color_fmt, width) [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msm_media_info.h | 152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 158 switch (color_fmt) { 172 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 178 switch (color_fmt) { 192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 198 switch (color_fmt) { 212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 218 switch (color_fmt) { 233 int color_fmt, int width, int height) 242 y_stride = VENUS_Y_STRIDE(color_fmt, width) [all...] |
/hardware/qcom/msm8996/kernel-headers/media/ |
msm_media_info.h | 416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 422 switch (color_fmt) { 442 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 448 switch (color_fmt) { 468 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 474 switch (color_fmt) { 492 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 498 switch (color_fmt) { 518 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) 525 switch (color_fmt) { [all...] |
/hardware/qcom/msm8996/original-kernel-headers/media/ |
msm_media_info.h | 416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 422 switch (color_fmt) { 442 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 448 switch (color_fmt) { 468 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 474 switch (color_fmt) { 492 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 498 switch (color_fmt) { 518 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) 525 switch (color_fmt) { [all...] |
/hardware/qcom/msm8994/kernel-headers/media/ |
msm_media_info.h | 331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 337 switch (color_fmt) { 356 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 362 switch (color_fmt) { 381 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 387 switch (color_fmt) { 403 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 409 switch (color_fmt) { 425 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) 432 switch (color_fmt) { [all...] |
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msm_media_info.h | 331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) 337 switch (color_fmt) { 356 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) 362 switch (color_fmt) { 381 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) 387 switch (color_fmt) { 403 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) 409 switch (color_fmt) { 425 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) 432 switch (color_fmt) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.h | 67 GLuint color_fmt,
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 347 OMX_COLOR_FORMATTYPE color_fmt; variable 848 if (color_fmt == (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FORMATYUV420PackedSemiPlanar32m || 849 color_fmt == (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FORMATYUV420PackedSemiPlanar32mMultiView) { 855 char *view2 = color_fmt == (OMX_COLOR_FORMATTYPE) [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 473 int map_jpeg_format(mm_jpeg_color_format color_fmt);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 473 int map_jpeg_format(mm_jpeg_color_format color_fmt);
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 462 int map_jpeg_format(mm_jpeg_color_format color_fmt);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 487 int map_jpeg_format(mm_jpeg_color_format color_fmt);
|
/hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 500 int map_jpeg_format(mm_jpeg_color_format color_fmt);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 220 OMX_COLOR_FORMATTYPE color_fmt; variable [all...] |
/hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 874 * @color_fmt: color format 883 int map_jpeg_format(mm_jpeg_color_format color_fmt) 885 switch (color_fmt) { 905 LOGW("invalid format %d", color_fmt); 913 * @color_fmt: color format 923 (mm_jpeg_color_format color_fmt) 925 switch (color_fmt) { [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 665 * @color_fmt: color format 674 int map_jpeg_format(mm_jpeg_color_format color_fmt) 676 switch (color_fmt) { 696 CDBG_ERROR("%s:%d] invalid format %d", __func__, __LINE__, color_fmt); [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 248 omx_jpeg_color_format map_jpeg_format(mm_jpeg_color_format color_fmt) 250 switch (color_fmt) { [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 685 * @color_fmt: color format 694 int map_jpeg_format(mm_jpeg_color_format color_fmt) 696 switch (color_fmt) { 716 CDBG_ERROR("%s:%d] invalid format %d", __func__, __LINE__, color_fmt); [all...] |
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 685 * @color_fmt: color format 694 int map_jpeg_format(mm_jpeg_color_format color_fmt) 696 switch (color_fmt) { 716 CDBG_ERROR("%s:%d] invalid format %d", __func__, __LINE__, color_fmt); [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 800 * @color_fmt: color format 809 int map_jpeg_format(mm_jpeg_color_format color_fmt) 811 switch (color_fmt) { 831 LOGW("invalid format %d", color_fmt); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | 1943 int color_fmt = COLOR_FMT_NV12_UBWC; local 12247 int color_fmt, rc; local [all...] |
/hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | 1963 int color_fmt = COLOR_FMT_NV12_UBWC; local 12602 int color_fmt, rc; local [all...] |