HomeSort by relevance Sort by last modified time
    Searched refs:frameinfo (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 603 struct vdec_input_frameinfo frameinfo; local
608 memset ((unsigned char*)&frameinfo,0,sizeof (struct vdec_input_frameinfo));
668 frameinfo.bufferaddr =
670 frameinfo.offset = 0;
671 frameinfo.pmem_fd = decode_context->ptr_inputbuffer [i]->pmem_fd;
672 frameinfo.pmem_offset = decode_context->ptr_inputbuffer [i]->offset;
673 frameinfo.datalen = data_len;
674 frameinfo.client_data = (struct vdec_bufferpayload *)\
677 ioctl_msg.in = &frameinfo;
786 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 562 struct vdec_input_frameinfo frameinfo; local
567 memset ((unsigned char*)&frameinfo,0,sizeof (struct vdec_input_frameinfo));
626 frameinfo.bufferaddr =
628 frameinfo.offset = 0;
629 frameinfo.pmem_fd = decode_context->ptr_inputbuffer [i]->pmem_fd;
630 frameinfo.pmem_offset = decode_context->ptr_inputbuffer [i]->offset;
631 frameinfo.datalen = data_len;
632 frameinfo.client_data = (struct vdec_bufferpayload *)\
635 ioctl_msg.in = &frameinfo;
733 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1635 struct venc_buffer frameinfo; local
1723 struct venc_buffer frameinfo; local
    [all...]
video_encoder_device_copper.cpp 1658 struct venc_buffer frameinfo; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1726 struct venc_buffer frameinfo; local
1809 struct venc_buffer frameinfo; local
    [all...]
video_encoder_device_v4l2.cpp 1972 struct venc_buffer frameinfo; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 462 G711DEC_FTYPES* frameinfo = malloc(sizeof(G711DEC_FTYPES)); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 5001 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec.cpp 5371 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_msm8974.cpp 5288 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 5571 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_copper.cpp 5212 struct vdec_input_frameinfo frameinfo; local
    [all...]

Completed in 310 milliseconds