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

  /hardware/qcom/media/mm-video/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/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/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/vidc/vdec/src/
omx_vdec.cpp 5488 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_copper.cpp 5212 struct vdec_input_frameinfo frameinfo; local
    [all...]

Completed in 193 milliseconds