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

  /external/qemu/android/camera/
camera-capture-mac.m 135 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp;
275 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(float)b_scale:(float)exp_comp
487 return [mcd->device read_frame:framebuffers:fbs_num:r_scale:g_scale:b_scale:exp_comp];
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 69 static int read_frame(FILE *f, vpx_image_t *img) { function
319 read_frame_p = read_frame;
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 69 static int read_frame(FILE *f, vpx_image_t *img) { function
319 read_frame_p = read_frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 69 static int read_frame(FILE *f, vpx_image_t *img) { function
319 read_frame_p = read_frame;
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 220 static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, function
773 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size))
803 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) {
vpxenc.c 99 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { function
744 * in read_frame().
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 218 static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, function
769 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size))
799 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) {
vpxenc.c 97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { function
777 * in read_frame().
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 218 static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, function
769 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size))
799 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) {
vpxenc.c 97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { function
777 * in read_frame().
    [all...]

Completed in 105 milliseconds