Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp4425 vdec_output_frameinfo **omx_ptr_respbuffer = in allocate_output_buffer() local
4464 *omx_ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
4467 if (!*omx_ptr_outputbuffer || !*omx_ptr_respbuffer) { in allocate_output_buffer()
4497 && *omx_ptr_respbuffer) { in allocate_output_buffer()
4537 bufHdr->pOutputPortPrivate = &(*omx_ptr_respbuffer)[i]; in allocate_output_buffer()
4538 (*omx_ptr_respbuffer)[i].client_data = (void *) \ in allocate_output_buffer()
4561 if (*omx_ptr_respbuffer) { in allocate_output_buffer()
4562 free(*omx_ptr_respbuffer); in allocate_output_buffer()
4563 *omx_ptr_respbuffer = NULL; in allocate_output_buffer()
6417 vdec_output_frameinfo *omx_ptr_respbuffer = omx->drv_ctx.ptr_respbuffer; in async_message_process() local
[all …]