Lines Matching refs:OMXVideoDecoderMPEG2
21 #include "OMXVideoDecoderMPEG2.h"
26 OMXVideoDecoderMPEG2::OMXVideoDecoderMPEG2() {
27 LOGV("OMXVideoDecoderMPEG2 is constructed.");
36 OMXVideoDecoderMPEG2::~OMXVideoDecoderMPEG2() {
37 LOGV("OMXVideoDecoderMPEG2 is destructed.");
40 OMX_ERRORTYPE OMXVideoDecoderMPEG2::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
59 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorInit(void) {
63 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorDeinit(void) {
67 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorProcess(
75 OMX_ERRORTYPE OMXVideoDecoderMPEG2::PrepareConfigBuffer(VideoConfigBuffer *p) {
79 OMX_ERRORTYPE OMXVideoDecoderMPEG2::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p) {
83 OMX_ERRORTYPE OMXVideoDecoderMPEG2::BuildHandlerList(void) {
90 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2(OMX_PTR pStructure) {
100 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetParamVideoMpeg2(OMX_PTR pStructure) {
113 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2ProfileLevel(OMX_PTR pStructure) {
135 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetParamVideoMpeg2ProfileLevel(OMX_PTR) {
140 OMX_COLOR_FORMATTYPE OMXVideoDecoderMPEG2::GetOutputColorFormat(int width)
149 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) {
158 DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.MPEG2", "video_decoder.mpeg2", OMXVideoDecoderMPEG2);