Lines Matching refs:mDecHandle
247 mDecHandle(nullptr), in C2SoftMpeg4Dec()
263 if (mDecHandle) { in onStop()
264 PVCleanUpVideoDecoder(mDecHandle); in onStop()
289 if (mDecHandle) { in onRelease()
290 PVCleanUpVideoDecoder(mDecHandle); in onRelease()
291 delete mDecHandle; in onRelease()
292 mDecHandle = nullptr; in onRelease()
309 if (PV_TRUE != PVResetVideoDecoder(mDecHandle)) { in onFlush_sm()
324 if (!mDecHandle) { in initDecoder()
325 mDecHandle = new tagvideoDecControls; in initDecoder()
327 if (!mDecHandle) { in initDecoder()
331 memset(mDecHandle, 0, sizeof(tagvideoDecControls)); in initDecoder()
387 if (!mDecHandle) { in ensureDecoderState()
421 PVGetVideoDimensions(mDecHandle, (int32 *)&disp_width, (int32 *)&disp_height); in handleResChange()
424 PVGetBufferDimensions(mDecHandle, (int32 *)&buf_width, (int32 *)&buf_height); in handleResChange()
445 PVCleanUpVideoDecoder(mDecHandle); in handleResChange()
451 … mDecHandle, vol_data, &vol_size, 1, mIntf->getMaxWidth(), mIntf->getMaxHeight(), H263_MODE)) { in handleResChange()
539 PVCleanUpVideoDecoder(mDecHandle); in process()
554 mDecHandle, vol_data, &vol_size, 1, in process()
562 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mDecHandle); in process()
570 PVSetPostProcType(mDecHandle, 0); in process()
607 uint32_t yFrameSize = sizeof(uint8) * mDecHandle->size; in process()
616 PVSetReferenceYUV(mDecHandle,mOutputBuffer[1]); in process()
627 mDecHandle, &bitstreamTmp, ×tamp, &tmpInSize, in process()
659 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()