Searched refs:createVideoDecoder (Results 1 – 9 of 9) sorted by relevance
24 IVideoDecoder* createVideoDecoder(const char* mimeType);
32 IVideoDecoder* createVideoDecoder(const char* mimeType) { in createVideoDecoder() function
28 mVideoDecoder = createVideoDecoder(WMV_MIME_TYPE); in OMXVideoDecoderWMV()
27 mVideoDecoder = createVideoDecoder(VP8_MIME_TYPE); in OMXVideoDecoderVP8()
28 mVideoDecoder = createVideoDecoder(H263_MIME_TYPE); in OMXVideoDecoderH263()
28 mVideoDecoder = createVideoDecoder(MPEG4_MIME_TYPE); in OMXVideoDecoderMPEG4()
30 mVideoDecoder = createVideoDecoder(PAVC_MIME_TYPE); in OMXVideoDecoderPAVC()
35 mVideoDecoder = createVideoDecoder(AVC_MIME_TYPE); in OMXVideoDecoderAVC()
75 mVideoDecoder = createVideoDecoder(AVC_SECURE_MIME_TYPE); in OMXVideoDecoderAVCSecure()