Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dnode_utils.cpp70 AVFrame *pFrameDst = av_frame_alloc(); in ImageFormatConvert() local
71 if (pFrameDst == nullptr) { in ImageFormatConvert()
79 …av_image_fill_arrays(pFrameDst->data, pFrameDst->linesize, static_cast<uint8_t *>(dstBufferInfo.bu… in ImageFormatConvert()
88 pFrameDst->data, pFrameDst->linesize); in ImageFormatConvert()
92 av_frame_free(&pFrameDst); in ImageFormatConvert()