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

  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 22 return OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
62 return OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 66 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
189 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
ColorConverter.cpp 49 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
121 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 80 #define HAL_NV12_PADDED_PIXEL_FORMAT (OMX_TI_COLOR_FormatYUV420PackedSemiPlanar - OMX_COLOR_FormatVendorStartUnused)
360 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
376 pPortParam->eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
415 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
423 if(pPortParams->eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 143 if (color == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar ||
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 311 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
330 pPortParam->eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
400 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
421 if(pPortParams->eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 309 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
320 pPortParam->eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
387 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
406 if(pPortParams->eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
  /frameworks/base/include/media/stagefright/openmax/
OMX_IVCommon.h 160 OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
    [all...]
  /frameworks/base/media/libstagefright/
CameraSource.cpp 110 if (!strcmp(colorFormat, "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar")) {
111 return OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
OMXCodec.cpp 887 case OMX_TI_COLOR_FormatYUV420PackedSemiPlanar:
    [all...]
ACodec.cpp 996 || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 314 milliseconds