/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 387 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/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 407 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/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 48 struct vdec_output_frameinfo **ptr_respbuffer; member
|
D | omx_vdec_hevc.h | 235 struct vdec_output_frameinfo *ptr_respbuffer; member
|
D | omx_vdec.h | 271 struct vdec_output_frameinfo *ptr_respbuffer; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | decoder_driver_test.h | 49 struct vdec_output_frameinfo **ptr_respbuffer; member
|
D | omx_vdec.h | 239 struct vdec_output_frameinfo *ptr_respbuffer; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 48 struct vdec_output_frameinfo **ptr_respbuffer; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 48 struct vdec_output_frameinfo **ptr_respbuffer; member
|
D | omx_vdec_hevc.h | 236 struct vdec_output_frameinfo *ptr_respbuffer; member
|
D | omx_vdec_hevc_swvdec.h | 260 struct vdec_output_frameinfo *ptr_respbuffer; member
|
D | omx_vdec.h | 279 struct vdec_output_frameinfo *ptr_respbuffer; member
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 4907 drv_ctx.ptr_respbuffer = (struct vdpp_output_frameinfo *)\ in allocate_output_buffer() 4922 && drv_ctx.ptr_respbuffer) in allocate_output_buffer() 4951 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 4952 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 4979 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer() 4981 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 4982 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 5738 struct vdpp_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 5763 ptr_respbuffer = (struct vdpp_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() 5764 if (ptr_respbuffer) in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 4646 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 …]
|
D | omx_vdec.cpp | 4958 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 4973 && drv_ctx.ptr_respbuffer in allocate_output_buffer() 5025 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 5026 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 5068 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer() 5070 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 5071 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 5875 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 5894 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() 5895 if (ptr_respbuffer) in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5385 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 …]
|
D | omx_vdec.cpp | 4750 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 …]
|
D | omx_vdec_hevc.cpp | 4496 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 4506 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 4558 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 4559 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 4589 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 4590 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 4591 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 5305 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 5326 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() 5327 if (ptr_respbuffer) { in fill_this_buffer_proxy() [all …]
|
D | omx_vdec_msm8974.cpp | 5663 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 5666 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 5682 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 5734 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 5735 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 5768 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 5769 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 5770 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 6566 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 6631 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5589 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 5602 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer in allocate_output_buffer() 5657 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 5658 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 5693 if(drv_ctx.ptr_respbuffer) in allocate_output_buffer() 5695 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 5696 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 6570 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 6593 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() 6594 if (ptr_respbuffer) in fill_this_buffer_proxy() [all …]
|
D | omx_vdec_hevc.cpp | 4475 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 4485 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 4537 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 4538 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 4568 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 4569 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 4570 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 5275 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 5296 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() 5297 if (ptr_respbuffer) { in fill_this_buffer_proxy() [all …]
|
D | omx_vdec_v4l2.cpp | 6517 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 6520 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6536 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6588 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 6589 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 6622 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6623 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 6624 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 7420 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 7458 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6401 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 6404 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6421 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6458 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 6459 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 6482 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 6483 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 6484 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 7293 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 7338 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 7099 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\ in allocate_output_buffer() 7102 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 7125 && drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 7182 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i]; in allocate_output_buffer() 7183 drv_ctx.ptr_respbuffer[i].client_data = (void *)\ in allocate_output_buffer() 7216 if (drv_ctx.ptr_respbuffer) { in allocate_output_buffer() 7217 free(drv_ctx.ptr_respbuffer); in allocate_output_buffer() 7218 drv_ctx.ptr_respbuffer = NULL; in allocate_output_buffer() 8046 struct vdec_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy() local 8085 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 364 struct vdpp_output_frameinfo *ptr_respbuffer; member
|