Searched refs:colorFormat (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 216 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/ |
D | omx_video_encoder.h | 95 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
|
D | omx_swvenc_mpeg4.h | 162 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
|
D | video_encoder_device_v4l2.h | 343 bool venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
|
D | omx_video_base.h | 300 virtual bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) = 0;
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2327 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()
|
D | omx_swvenc_mpeg4.cpp | 2581 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()
|
D | omx_video_base.cpp | 1640 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()
|
D | video_encoder_device_v4l2.cpp | 1046 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()
|