Searched defs:GetOutputColorFormat (Results 1 - 8 of 8) 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 DOMXVideoDecoderH263.cpp139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width) function in class:OMXVideoDecoderH263
144 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.cpp465 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
485 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9Hybrid::GetOutputColorFormat(int) { function in class:OMXVideoDecoderVP9Hybrid
552 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth);
H A DOMXVideoDecoderBase.cpp697 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
915 port_def.format.video.eColorFormat = GetOutputColorFormat(
1006 OMX_COLOR_FORMATTYPE OMXVideoDecoderBase::GetOutputColorFormat(int width) { function in class:OMXVideoDecoderBase
H A DOMXVideoDecoderVP9HWR.cpp541 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
719 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9HWR::GetOutputColorFormat(int) function in class:OMXVideoDecoderVP9HWR
791 port_def.format.video.eColorFormat = GetOutputColorFormat(

Completed in 116 milliseconds