HomeSort by relevance Sort by last modified time
    Searched defs:GetOutputColorFormat (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 110 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP8::GetOutputColorFormat(int width)
119 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXVideoDecoderWMV.cpp 109 OMX_COLOR_FORMATTYPE OMXVideoDecoderWMV::GetOutputColorFormat(int width)
114 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXComponentCodecBase.cpp 133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) {
OMXVideoDecoderH263.cpp 139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width)
144 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXVideoDecoderMPEG2.cpp 140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width)
145 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXVideoDecoderMPEG4.cpp 140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG4::GetOutputColorFormat(int width)
145 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXVideoDecoderAVC.cpp 314 OMX_COLOR_FORMATTYPE OMXVideoDecoderAVC::GetOutputColorFormat(int width)
319 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXVideoDecoderVP9Hybrid.cpp 617 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
638 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9Hybrid::GetOutputColorFormat(int) {
712 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth);
OMXVideoDecoderBase.cpp     [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 596 p->format.video.eColorFormat = GetOutputColorFormat(p->format.video.nFrameWidth);
    [all...]

Completed in 114 milliseconds