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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
659 data_len = read_frame ( decode_context->ptr_inputbuffer [i]->bufferaddr,
838 data_len = read_frame ( tempbuffer->bufferaddr,
1064 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, function
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
688 data_len = read_frame ( enc_buffer.ptrbuffer,
852 data_len = read_frame ( tempbuffer->pbuffer,
1042 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, function
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
616 data_len = read_frame ( decode_context->ptr_inputbuffer [i]->bufferaddr,
784 data_len = read_frame ( tempbuffer->bufferaddr,
1001 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, function
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/
ops.s 348 read_frame
ops.d 358 202: ff 42 read_frame
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 64 static int read_frame(FILE *f, vpx_image_t *img) { function
474 read_frame_p = read_frame;
  /external/libvpx/libvpx/
vpxdec.c 246 static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, function
769 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) break;
800 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) {
    [all...]
vpxenc.c 98 static int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { function
    [all...]

Completed in 138 milliseconds