Home
last modified time | relevance | path

Searched refs:GetOutputColorFormat (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderWMV.cpp109 OMX_COLOR_FORMATTYPE OMXVideoDecoderWMV::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderWMV
114 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderVP8.cpp110 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP8::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderVP8
119 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderMPEG2.cpp140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderMPEG2
145 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderH263.cpp139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderH263
144 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderMPEG4.cpp140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG4::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderMPEG4
145 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderVP8.h45 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderWMV.h44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderMPEG4.h44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderMPEG2.h44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderH263.h43 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderAVC.h43 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXComponentCodecBase.h60 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderVP9Hybrid.h53 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXVideoDecoderAVC.cpp314 OMX_COLOR_FORMATTYPE OMXVideoDecoderAVC::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderAVC
319 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
DOMXVideoDecoderBase.h68 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
DOMXComponentCodecBase.cpp133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) { in GetOutputColorFormat() function in OMXComponentCodecBase
DOMXVideoDecoderVP9Hybrid.cpp616 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat( in HandleFormatChange()
637 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9Hybrid::GetOutputColorFormat(int) { in GetOutputColorFormat() function in OMXVideoDecoderVP9Hybrid
711 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth); in SetNativeBufferModeSpecific()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h357 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp596 p->format.video.eColorFormat = GetOutputColorFormat(p->format.video.nFrameWidth); in CBaseSetParameter()
1897 OMX_COLOR_FORMATTYPE ComponentBase::GetOutputColorFormat(int width) in GetOutputColorFormat() function in ComponentBase