Searched refs:ptr_respbuffer (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Ddecoder_driver_test.h49 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
H A Domx_vdec.h239 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h48 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
H A Domx_vdec_hevc.h235 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
H A Domx_vdec.h271 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h48 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
H A Domx_vdec_hevc.h236 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
H A Domx_vdec.h266 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
H A Domx_vdec_hevc_swvdec.h260 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c407 if (decode_context->ptr_respbuffer)
411 if (decode_context->ptr_respbuffer [i])
413 free (decode_context->ptr_respbuffer[i]);
414 decode_context->ptr_respbuffer [i] = NULL;
417 free (decode_context->ptr_respbuffer);
418 decode_context->ptr_respbuffer = NULL;
489 decode_context->ptr_respbuffer = (struct vdec_output_frameinfo **)\
492 if (decode_context->ptr_respbuffer == NULL)
494 DEBUG_PRINT ("\n Allocate failure ptr_respbuffer");
500 decode_context->ptr_respbuffer [
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c387 if (decode_context->ptr_respbuffer) {
389 if (decode_context->ptr_respbuffer [i]) {
390 free (decode_context->ptr_respbuffer[i]);
391 decode_context->ptr_respbuffer [i] = NULL;
395 free (decode_context->ptr_respbuffer);
396 decode_context->ptr_respbuffer = NULL;
459 decode_context->ptr_respbuffer = (struct vdec_output_frameinfo **)\
462 if (decode_context->ptr_respbuffer == NULL) {
463 DEBUG_PRINT ("\n Allocate failure ptr_respbuffer");
468 decode_context->ptr_respbuffer [
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4958 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
4973 && drv_ctx.ptr_respbuffer
5025 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
5026 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
5068 if(drv_ctx.ptr_respbuffer)
5070 free(drv_ctx.ptr_respbuffer);
5071 drv_ctx.ptr_respbuffer = NULL;
5875 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
5894 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
5895 if (ptr_respbuffer)
[all...]
H A Domx_vdec_copper.cpp4646 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
4656 && drv_ctx.ptr_respbuffer)
4709 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
4710 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
4745 if(drv_ctx.ptr_respbuffer)
4747 free(drv_ctx.ptr_respbuffer);
4748 drv_ctx.ptr_respbuffer = NULL;
5504 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
5523 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
5524 if (ptr_respbuffer)
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp4750 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
4765 && drv_ctx.ptr_respbuffer
4816 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
4817 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
4870 if (drv_ctx.ptr_respbuffer) {
4871 free(drv_ctx.ptr_respbuffer);
4872 drv_ctx.ptr_respbuffer = NULL;
5630 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
5650 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
5652 if (ptr_respbuffer) {
[all...]
H A Domx_vdec_hevc.cpp4496 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
4506 && drv_ctx.ptr_respbuffer) {
4558 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
4559 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
4589 if (drv_ctx.ptr_respbuffer) {
4590 free(drv_ctx.ptr_respbuffer);
4591 drv_ctx.ptr_respbuffer = NULL;
5305 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
5326 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
5327 if (ptr_respbuffer) {
[all...]
H A Domx_vdec_hevc_swvdec.cpp5385 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
5398 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer
5453 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
5454 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
5489 if(drv_ctx.ptr_respbuffer)
5491 free(drv_ctx.ptr_respbuffer);
5492 drv_ctx.ptr_respbuffer = NULL;
6362 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
6385 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
6386 if (ptr_respbuffer)
7352 vdec_output_frameinfo* ptr_respbuffer = omx->drv_ctx.ptr_respbuffer; local
9974 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
[all...]
H A Domx_vdec_msm8974.cpp5597 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
5600 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
5601 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer ");
5616 && drv_ctx.ptr_respbuffer) {
5668 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
5669 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
5702 if (drv_ctx.ptr_respbuffer) {
5703 free(drv_ctx.ptr_respbuffer);
5704 drv_ctx.ptr_respbuffer = NULL;
6479 struct vdec_output_frameinfo *ptr_respbuffer local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp4475 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
4485 && drv_ctx.ptr_respbuffer) {
4537 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
4538 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
4568 if (drv_ctx.ptr_respbuffer) {
4569 free(drv_ctx.ptr_respbuffer);
4570 drv_ctx.ptr_respbuffer = NULL;
5275 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
5296 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
5297 if (ptr_respbuffer) {
[all...]
H A Domx_vdec_hevc_swvdec.cpp5589 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
5602 if(m_out_mem_ptr && pPtr && drv_ctx.ptr_outputbuffer && drv_ctx.ptr_respbuffer
5657 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
5658 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
5693 if(drv_ctx.ptr_respbuffer)
5695 free(drv_ctx.ptr_respbuffer);
5696 drv_ctx.ptr_respbuffer = NULL;
6570 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
6593 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
6594 if (ptr_respbuffer)
7567 vdec_output_frameinfo* ptr_respbuffer = omx->drv_ctx.ptr_respbuffer; local
10186 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
[all...]
H A Domx_vdec_v4l2.cpp6321 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
6324 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
6325 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer ");
6340 && drv_ctx.ptr_respbuffer) {
6392 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
6393 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
6426 if (drv_ctx.ptr_respbuffer) {
6427 free(drv_ctx.ptr_respbuffer);
6428 drv_ctx.ptr_respbuffer = NULL;
7201 struct vdec_output_frameinfo *ptr_respbuffer local
[all...]
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp4907 drv_ctx.ptr_respbuffer = (struct vdpp_output_frameinfo *)\
4922 && drv_ctx.ptr_respbuffer)
4951 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
4952 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
4979 if(drv_ctx.ptr_respbuffer)
4981 free(drv_ctx.ptr_respbuffer);
4982 drv_ctx.ptr_respbuffer = NULL;
5738 struct vdpp_output_frameinfo *ptr_respbuffer = NULL; local
5763 ptr_respbuffer = (struct vdpp_output_frameinfo*)buffer->pOutputPortPrivate;
5764 if (ptr_respbuffer)
[all...]
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h364 struct vdpp_output_frameinfo *ptr_respbuffer; member in struct:video_vpu_context

Completed in 316 milliseconds