HomeSort by relevance Sort by last modified time
    Searched refs:ptr_respbuffer (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
decoder_driver_test.h 49 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
omx_vdec.h 239 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 48 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
omx_vdec_hevc.h 235 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
omx_vdec.h 271 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 48 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
omx_vdec_hevc.h 236 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
omx_vdec.h 279 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
omx_vdec_hevc_swvdec.h 260 struct vdec_output_frameinfo *ptr_respbuffer; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h 48 struct vdec_output_frameinfo **ptr_respbuffer; member in struct:video_decoder_context
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 407 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 [i] = (struct vdec_output_frameinfo *)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 387 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 [i] = (struct vdec_output_frameinfo *)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 5875 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_copper.cpp 5504 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 5630 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_hevc.cpp 5305 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_hevc_swvdec.cpp 6362 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
7352 vdec_output_frameinfo* ptr_respbuffer = omx->drv_ctx.ptr_respbuffer; local
9974 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_msm8974.cpp 6551 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 5275 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_hevc_swvdec.cpp 6570 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
7567 vdec_output_frameinfo* ptr_respbuffer = omx->drv_ctx.ptr_respbuffer; local
10186 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
omx_vdec_v4l2.cpp 7391 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 5738 struct vdpp_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 7281 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 364 struct vdpp_output_frameinfo *ptr_respbuffer; member in struct:video_vpu_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 8016 struct vdec_output_frameinfo *ptr_respbuffer = NULL; local
    [all...]

Completed in 110 milliseconds

1 2