Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c387 if (decode_context->ptr_respbuffer) { in free_buffer()
389 if (decode_context->ptr_respbuffer [i]) { in free_buffer()
390 free (decode_context->ptr_respbuffer[i]); in free_buffer()
391 decode_context->ptr_respbuffer [i] = NULL; in free_buffer()
395 free (decode_context->ptr_respbuffer); in free_buffer()
396 decode_context->ptr_respbuffer = NULL; in free_buffer()
459 decode_context->ptr_respbuffer = (struct vdec_output_frameinfo **)\ in allocate_buffer()
462 if (decode_context->ptr_respbuffer == NULL) { in allocate_buffer()
468 decode_context->ptr_respbuffer [i] = (struct vdec_output_frameinfo *)\ in allocate_buffer()
471 if (decode_context->ptr_respbuffer [i] == NULL) { in allocate_buffer()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c407 if (decode_context->ptr_respbuffer) in free_buffer()
411 if (decode_context->ptr_respbuffer [i]) in free_buffer()
413 free (decode_context->ptr_respbuffer[i]); in free_buffer()
414 decode_context->ptr_respbuffer [i] = NULL; in free_buffer()
417 free (decode_context->ptr_respbuffer); in free_buffer()
418 decode_context->ptr_respbuffer = NULL; in free_buffer()
489 decode_context->ptr_respbuffer = (struct vdec_output_frameinfo **)\ in allocate_buffer()
492 if (decode_context->ptr_respbuffer == NULL) in allocate_buffer()
500 decode_context->ptr_respbuffer [i] = (struct vdec_output_frameinfo *)\ in allocate_buffer()
502 if (decode_context->ptr_respbuffer [i] == NULL) in allocate_buffer()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Ddecoder_driver_test.h49 struct vdec_output_frameinfo **ptr_respbuffer; member
Domx_vdec.h239 struct vdec_output_frameinfo *ptr_respbuffer; member
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h48 struct vdec_output_frameinfo **ptr_respbuffer; member
Domx_vdec_hevc.h235 struct vdec_output_frameinfo *ptr_respbuffer; member
Domx_vdec.h264 struct vdec_output_frameinfo *ptr_respbuffer; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp4646 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
4656 && drv_ctx.ptr_respbuffer) in allocate_output_buffer()
4709 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
4710 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
4745 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer()
4747 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
4748 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
5504 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
5523 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
5524 if (ptr_respbuffer) in fill_this_buffer_proxy()
[all …]
Domx_vdec.cpp4952 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
4967 && drv_ctx.ptr_respbuffer in allocate_output_buffer()
5019 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
5020 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
5062 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer()
5064 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
5065 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
5869 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
5888 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
5889 if (ptr_respbuffer) in fill_this_buffer_proxy()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp5385 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
5398 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer in allocate_output_buffer()
5453 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
5454 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
5489 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer()
5491 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
5492 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
6362 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
6385 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
6386 if (ptr_respbuffer) in fill_this_buffer_proxy()
[all …]
Domx_vdec.cpp4750 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
4765 && drv_ctx.ptr_respbuffer in allocate_output_buffer()
4816 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
4817 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
4870 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer()
4871 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
4872 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
5630 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
5650 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
5652 if (ptr_respbuffer) { in fill_this_buffer_proxy()
[all …]
Domx_vdec_hevc.cpp4498 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
4508 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer()
4560 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
4561 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
4591 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer()
4592 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
4593 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
5304 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
5322 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
5323 if (ptr_respbuffer) { in fill_this_buffer_proxy()
[all …]
Domx_vdec_msm8974.cpp5179 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer()
5189 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer()
5241 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer()
5242 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer()
5275 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer()
5276 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer()
5277 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer()
6042 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local
6076 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
6077 if (ptr_respbuffer) { in fill_this_buffer_proxy()
[all …]