Searched defs:GetOutputColorFormat (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP8.cpp110 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP8::GetOutputColorFormat(int width) function in class:OMXVideoDecoderVP8
119 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXVideoDecoderWMV.cpp109 OMX_COLOR_FORMATTYPE OMXVideoDecoderWMV::GetOutputColorFormat(int width) function in class:OMXVideoDecoderWMV
114 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXComponentCodecBase.cpp133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) { function in class:OMXComponentCodecBase
H A DOMXVideoDecoderH263.cpp139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width) function in class:OMXVideoDecoderH263
144 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXVideoDecoderMPEG2.cpp140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width) function in class:OMXVideoDecoderMPEG2
145 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXVideoDecoderMPEG4.cpp140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG4::GetOutputColorFormat(int width) function in class:OMXVideoDecoderMPEG4
145 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXVideoDecoderAVC.cpp314 OMX_COLOR_FORMATTYPE OMXVideoDecoderAVC::GetOutputColorFormat(int width) function in class:OMXVideoDecoderAVC
319 return OMXVideoDecoderBase::GetOutputColorFormat(width);
H A DOMXVideoDecoderVP9Hybrid.cpp616 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
637 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9Hybrid::GetOutputColorFormat(int) { function in class:OMXVideoDecoderVP9Hybrid
711 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth);
H A DOMXVideoDecoderBase.cpp815 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth);
895 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
1124 port_def.format.video.eColorFormat = GetOutputColorFormat(
1302 OMX_COLOR_FORMATTYPE OMXVideoDecoderBase::GetOutputColorFormat(int width) { function in class:OMXVideoDecoderBase
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp596 p->format.video.eColorFormat = GetOutputColorFormat(p->format.video.nFrameWidth);
1897 OMX_COLOR_FORMATTYPE ComponentBase::GetOutputColorFormat(int width) function in class:ComponentBase

Completed in 78 milliseconds