Home
last modified time | relevance | path

Searched refs:read_frame (Results 1 – 10 of 10) sorted by relevance

/external/libkmsxx/utils/
Dwbm2m.cpp34 static void read_frame(DumbFramebuffer* fb, unsigned frame_num) in read_frame() function
101 read_frame(fb, src_frame_num++); in main()
158 read_frame(src_fb, src_frame_num++); in main()
Dkmsview.cpp11 static void read_frame(ifstream& is, DumbFramebuffer* fb, Crtc* crtc, Plane* plane) in read_frame() function
106 read_frame(is, fb, crtc, plane); in main()
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py44 def read_frame(fp, no_swap=0): function
115 img = yuv_to_rgb(read_frame(fp))
121 ref = yuv_to_rgb(read_frame(fp))
/external/u-boot/tools/gdb/
Dremote.c751 read_frame (char *buf) in read_frame() function
892 val = read_frame (buf);
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c64 static int read_frame(FILE *f, vpx_image_t *img) { in read_frame() function
474 read_frame_p = read_frame; in main()
/external/libaom/libaom/apps/
Daomdec.c229 static int read_frame(struct AvxDecInputContext *input, uint8_t **buf, in read_frame() function
714 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) break; in main_loop()
745 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) { in main_loop()
Daomenc.c98 static int read_frame(struct AvxInputContext *input_ctx, aom_image_t *img) { in read_frame() function
2431 frame_avail = read_frame(&input, &raw); in main()
/external/libvpx/libvpx/
Dvpxdec.c268 static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, in read_frame() function
809 if (read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) break; in main_loop()
840 if (!read_frame(&input, &buf, &bytes_in_buffer, &buffer_size)) { in main_loop()
Dvpxenc.c98 static int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) { in read_frame() function
2115 frame_avail = read_frame(&input, &raw); in main()
/external/libaom/libaom/examples/
Dinspect.c776 int read_frame() { in read_frame() function
939 if (read_frame()) break; in main()