HomeSort by relevance Sort by last modified time
    Searched refs:color_fmt (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
146 switch (color_fmt) {
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
166 switch (color_fmt) {
180 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height)
186 switch (color_fmt) {
200 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height)
206 switch (color_fmt) {
221 int color_fmt, int width, int height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
146 switch (color_fmt) {
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
166 switch (color_fmt) {
180 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height)
186 switch (color_fmt) {
200 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height)
206 switch (color_fmt) {
221 int color_fmt, int width, int height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
146 switch (color_fmt) {
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
166 switch (color_fmt) {
180 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height)
186 switch (color_fmt) {
200 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height)
206 switch (color_fmt) {
221 int color_fmt, int width, int height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 140 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
146 switch (color_fmt) {
160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
166 switch (color_fmt) {
180 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height)
186 switch (color_fmt) {
200 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height)
206 switch (color_fmt) {
221 int color_fmt, int width, int height)
230 y_stride = VENUS_Y_STRIDE(color_fmt, width)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 67 GLuint color_fmt,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 67 GLuint color_fmt,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 220 OMX_COLOR_FORMATTYPE color_fmt; variable
    [all...]
  /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/media/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/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 221 omx_jpeg_color_format map_jpeg_format(mm_jpeg_color_format color_fmt)
223 switch (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/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 627 * @color_fmt: color format
636 int map_jpeg_format(mm_jpeg_color_format color_fmt)
638 switch (color_fmt) {
656 CDBG_ERROR("%s:%d] invalid format %d", __func__, __LINE__, color_fmt);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 643 * @color_fmt: color format
652 int map_jpeg_format(mm_jpeg_color_format color_fmt)
654 switch (color_fmt) {
672 CDBG_ERROR("%s:%d] invalid format %d", __func__, __LINE__, 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...]

Completed in 1871 milliseconds