Searched refs:pDecodedFrame (Results 1 – 7 of 7) sorted by relevance
374 uint8_t* pDecodedFrame = &(myFrame[0]); in HandlePictureDisplay() local381 m.dstDevice = (CUdeviceptr)(m.dstHost = pDecodedFrame); in HandlePictureDisplay()393 m.dstDevice = (CUdeviceptr)(m.dstHost = pDecodedFrame + in HandlePictureDisplay()398 convert8.UVInterleavedToPlanar(pDecodedFrame); in HandlePictureDisplay()
308 uint8_t* dst = param.pDecodedFrame; in getImage()656 uint8_t* pDecodedFrame = &(myFrame[0]); in HandlePictureDisplay() local663 m.dstDevice = (CUdeviceptr)(m.dstHost = pDecodedFrame); in HandlePictureDisplay()675 m.dstDevice = (CUdeviceptr)(m.dstHost = pDecodedFrame + in HandlePictureDisplay()
129 param.pDecodedFrame = (uint8_t*)ptr + offset; in parseGetImageParams()
325 uint8_t* dst = param.pDecodedFrame; in getImage()361 memcpy(param.pDecodedFrame, pFrame->data.data(), in getImage()
409 uint8_t* dst = param.pDecodedFrame; in getImage()417 uint8_t* dst = param.pDecodedFrame; in getImage()
606 memcpy(param.pDecodedFrame, mSavedDecodedFrame.data(), mSavedDecodedFrame.size());; in getImage()
80 uint8_t* pDecodedFrame; member