Searched refs:PVDecodeVopBody (Results 1 – 6 of 6) sorted by relevance
159 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]);
171 PVDecodeVopBody(mDecHandle, &tempSize); in decodeFrames()
275 if (PVDecodeVopBody(mHandle, &tmp) != PV_TRUE) { in onQueueFilled()
273 status = PVDecodeVopBody(mDecHandle, &inputSize); in processMpeg4H263Decoder()
1026 if (PVDecodeVopBody(decCtrl, buffer_size) != PV_TRUE) in PVDecodeVideoFrame()1255 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]) in PVDecodeVopBody() function
665 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()