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

  /external/qemu/android/camera/
camera-capture-mac.m 123 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp;
263 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp
475 return [mcd->device read_frame:framebuffers:fbs_num:r_scale:g_scale:b_scale:exp_comp];
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 123 static int read_frame(FILE *f, vpx_image_t *img) { function
336 read_frame(infile, &raw);
344 if (!read_frame(infile, &raw)) break;
vp8_multi_resolution_encoder.c 83 static int read_frame(FILE *f, vpx_image_t *img) { function
333 read_frame_p = read_frame;
vp8_scalable_patterns.c 61 static int read_frame(FILE *f, vpx_image_t *img) { function
649 frame_avail = read_frame(infile, &raw);
vpxdec.c 202 static int read_frame(struct input_ctx *input, function
969 if (read_frame(&input, &buf, &buf_sz, &buf_alloc_sz))
986 if(!read_frame(&input, &buf, &buf_sz, &buf_alloc_sz)) {
    [all...]
vpxenc.c 149 static int read_frame(struct input_state *input, vpx_image_t *img) { function
    [all...]
  /external/libvpx/libvpx/examples/
encoder_tmpl.c 53 static int read_frame(FILE *f, vpx_image_t *img) { function
  /hardware/qcom/media/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/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/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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c 48 static unsigned int read_frame ( unsigned char *dataptr,unsigned int length,
644 data_len = read_frame ( enc_buffer.ptrbuffer,
798 data_len = read_frame ( tempbuffer->pbuffer,
980 static unsigned int read_frame (unsigned char *dataptr, unsigned int length, function
    [all...]

Completed in 362 milliseconds