/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderWMV.cpp | 109 OMX_COLOR_FORMATTYPE OMXVideoDecoderWMV::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderWMV 114 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderVP8.cpp | 110 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP8::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderVP8 119 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderMPEG2.cpp | 140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderMPEG2 145 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderH263.cpp | 139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderH263 144 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderMPEG4.cpp | 140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG4::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderMPEG4 145 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderVP8.h | 45 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderWMV.h | 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderMPEG4.h | 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderMPEG2.h | 44 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderH263.h | 43 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderAVC.h | 43 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXComponentCodecBase.h | 60 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderVP9Hybrid.h | 53 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXVideoDecoderAVC.cpp | 314 OMX_COLOR_FORMATTYPE OMXVideoDecoderAVC::GetOutputColorFormat(int width) in GetOutputColorFormat() function in OMXVideoDecoderAVC 319 return OMXVideoDecoderBase::GetOutputColorFormat(width); in GetOutputColorFormat()
|
D | OMXVideoDecoderBase.h | 68 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
D | OMXComponentCodecBase.cpp | 133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) { in GetOutputColorFormat() function in OMXComponentCodecBase
|
D | OMXVideoDecoderVP9Hybrid.cpp | 616 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/ |
D | componentbase.h | 357 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | componentbase.cpp | 596 p->format.video.eColorFormat = GetOutputColorFormat(p->format.video.nFrameWidth); in CBaseSetParameter() 1897 OMX_COLOR_FORMATTYPE ComponentBase::GetOutputColorFormat(int width) in GetOutputColorFormat() function in ComponentBase
|