Home
last modified time | relevance | path

Searched refs:colorFormat (Results 1 – 9 of 9) sorted by relevance

/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp216 const C2GraphicView &view, int32_t colorFormat) in GraphicView2MediaImageConverter() argument
221 mColorFormat(colorFormat), in GraphicView2MediaImageConverter()
509 int32_t colorFormat = COLOR_FormatYUV420Flexible; in Allocate() local
510 (void)format->findInt32("color-format", &colorFormat); in Allocate()
512 GraphicView2MediaImageConverter converter(view, colorFormat); in Allocate()
622 int32_t colorFormat = COLOR_FormatYUV420Flexible; in Allocate() local
623 (void)format->findInt32("color-format", &colorFormat); in Allocate()
625 GraphicView2MediaImageConverter converter(*view, colorFormat); in Allocate()
714 int32_t colorFormat = COLOR_FormatYUV420Flexible; in canCopy() local
716 const_cast<ConstGraphicBlockBuffer *>(this)->format()->findInt32("color-format", &colorFormat); in canCopy()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h95 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_swvenc_mpeg4.h162 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Dvideo_encoder_device_v4l2.h343 bool venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_video_base.h300 virtual bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) = 0;
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2327 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2328 return handle->venc_get_supported_color_format(index, colorFormat); in dev_get_supported_color_format()
Domx_swvenc_mpeg4.cpp2581 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2596 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()
Domx_video_base.cpp1640 OMX_U32 colorFormat = OMX_COLOR_FormatUnused; in get_parameter() local
1641 if(dev_get_supported_color_format(index, &colorFormat)) { in get_parameter()
1644 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat; in get_parameter()
Dvideo_encoder_device_v4l2.cpp1046 bool venc_dev::venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in venc_get_supported_color_format() argument
1082 *colorFormat = supportedFormats[index]; in venc_get_supported_color_format()