Home
last modified time | relevance | path

Searched refs:y4m (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.h103 y4m_input y4m; member
Dvpxenc.c99 y4m_input *y4m = &input_ctx->y4m; in read_frame() local
103 if (y4m_input_fetch_frame(y4m, f, img) < 1) in read_frame()
784 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4, in open_input_file()
787 input->width = input->y4m.pic_w; in open_input_file()
788 input->height = input->y4m.pic_h; in open_input_file()
789 input->framerate.numerator = input->y4m.fps_n; in open_input_file()
790 input->framerate.denominator = input->y4m.fps_d; in open_input_file()
805 y4m_input_close(&input->y4m); in close_input_file()
DCHANGELOG462 vpxdec writes .y4m by default
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtest-data.sha14 b1f1c3ec79114b9a0651af24ce634afb44a9a419 rush_hour_444.y4m
Dtest.mk127 LIBVPX_TEST_DATA-$(CONFIG_VP9_ENCODER) += rush_hour_444.y4m