Searched refs:volbuf (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | pvm4vdecoder.cpp | 80 bool PVM4VDecoder::InitVideoDecoder(uint8 *volbuf[], in InitVideoDecoder() argument 87 …if (PVInitVideoDecoder((VideoDecControls *)iVideoCtrls, (uint8 **) volbuf, (int32*)volbuf_size, (i… in InitVideoDecoder()
|
D | pvdec_api.cpp | 68 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/ |
D | mp4dec_api.h | 97 uint8 *volbuf[2]; /* maximum of 2 layers for now */ member 156 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb…
|
D | pvm4vdecoder.h | 49 …virtual bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth…
|
D | pvvideodecoderinterface.h | 37 …virtual bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth…
|
D | pvm4vdecoder_dpi.h | 72 …IMPORT_C bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth, …
|