Home
last modified time | relevance | path

Searched refs:volbuf (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp80 bool PVM4VDecoder::InitVideoDecoder(uint8 *volbuf[], in InitVideoDecoder() argument
87 …if (PVInitVideoDecoder((VideoDecControls *)iVideoCtrls, (uint8 **) volbuf, (int32*)volbuf_size, (i… in InitVideoDecoder()
Dpvdec_api.cpp68 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder() argument
81 decCtrl->volbuf[idx] = volbuf[idx]; in PVInitVideoDecoder()
210 BitstreamReset(stream, decCtrl->volbuf[idx], decCtrl->volbuf_size[idx]); in PVInitVideoDecoder()
/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dmp4dec_api.h97 uint8 *volbuf[2]; /* maximum of 2 layers for now */ member
156 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb…
Dpvm4vdecoder.h49 …virtual bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth…
Dpvvideodecoderinterface.h37 …virtual bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth…
Dpvm4vdecoder_dpi.h72 …IMPORT_C bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth, …