Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dpvm4vdecoder.h146 virtual void DecSetReference(uint8 *refYUV, uint32 timestamp);
Dpvvideodecoderinterface.h80 virtual void DecSetReference(uint8 *refYUV, uint32 timestamp) = 0;
Dpvm4vdecoder_dpi.h128 IMPORT_C void DecSetReference(uint8 *refYUV, uint32 timestamp);
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp176 void PVM4VDecoder::DecSetReference(uint8 *refYUV, uint32 timestamp) in DecSetReference() function in PVM4VDecoder