Home
last modified time | relevance | path

Searched refs:DecSetEnhReference (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dpvm4vdecoder.h151 virtual void DecSetEnhReference(uint8 *refYUV, uint32 timestamp);
Dpvvideodecoderinterface.h81 virtual void DecSetEnhReference(uint8 *refYUV, uint32 timestamp) = 0;
Dpvm4vdecoder_dpi.h77 IMPORT_C void DecSetEnhReference(uint8 *refYUV, uint32 timestamp) {}; in DecSetEnhReference() function
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp183 void PVM4VDecoder::DecSetEnhReference(uint8 *refYUV, uint32 timestamp) in DecSetEnhReference() function in PVM4VDecoder