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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.h 43 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderMPEG2.h 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderMPEG4.h 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderVP8.h 45 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderWMV.h 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
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.h 60 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderAVC.h 43 virtual OMX_COLOR_FORMATTYPE 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);
OMXVideoDecoderVP9Hybrid.h 53 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderBase.h 68 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
OMXVideoDecoderAVC.cpp 314 OMX_COLOR_FORMATTYPE OMXVideoDecoderAVC::GetOutputColorFormat(int width)
319 return OMXVideoDecoderBase::GetOutputColorFormat(width);
OMXComponentCodecBase.cpp 133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) {
OMXVideoDecoderBase.cpp     [all...]
OMXVideoDecoderVP9Hybrid.cpp 616 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(
637 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP9Hybrid::GetOutputColorFormat(int) {
711 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth);
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 357 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 596 p->format.video.eColorFormat = GetOutputColorFormat(p->format.video.nFrameWidth);
    [all...]

Completed in 272 milliseconds