Searched refs:read_frame (Results 1 – 10 of 10) sorted by relevance
/external/libkmsxx/utils/ |
D | wbm2m.cpp | 34 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()
|
D | kmsview.cpp | 11 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/ |
D | non_greedy_mv.py | 44 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/ |
D | remote.c | 751 read_frame (char *buf) in read_frame() function 892 val = read_frame (buf);
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 64 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/ |
D | aomdec.c | 229 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()
|
D | aomenc.c | 98 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/ |
D | vpxdec.c | 268 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()
|
D | vpxenc.c | 98 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/ |
D | inspect.c | 776 int read_frame() { in read_frame() function 939 if (read_frame()) break; in main()
|