Home
last modified time | relevance | path

Searched defs:refYUV (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp176 void PVM4VDecoder::DecSetReference(uint8 *refYUV, uint32 timestamp) in DecSetReference()
183 void PVM4VDecoder::DecSetEnhReference(uint8 *refYUV, uint32 timestamp) in DecSetEnhReference()
Dpvdec_api.cpp1594 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) in PVDecSetReference()
1635 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) in PVDecSetEnhReference()
/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dpvm4vdecoder_dpi.h77 IMPORT_C void DecSetEnhReference(uint8 *refYUV, uint32 timestamp) {}; in DecSetEnhReference()