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

  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 97 y4m_input y4m; member in struct:VpxInputContext
vpxenc.c 101 y4m_input *y4m = &input_ctx->y4m; local
105 if (y4m_input_fetch_frame(y4m, f, img) < 1)
751 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4,
754 input->width = input->y4m.pic_w;
755 input->height = input->y4m.pic_h;
756 input->framerate.numerator = input->y4m.fps_n;
757 input->framerate.denominator = input->y4m.fps_d;
760 fatal("Unsupported Y4M stream.");
772 y4m_input_close(&input->y4m);
    [all...]
  /external/libvpx/libvpx/
tools_common.h 103 y4m_input y4m; member in struct:VpxInputContext
vpxenc.c 99 y4m_input *y4m = &input_ctx->y4m; local
103 if (y4m_input_fetch_frame(y4m, f, img) < 1)
784 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4,
787 input->width = input->y4m.pic_w;
788 input->height = input->y4m.pic_h;
789 input->framerate.numerator = input->y4m.fps_n;
790 input->framerate.denominator = input->y4m.fps_d;
793 fatal("Unsupported Y4M stream.");
805 y4m_input_close(&input->y4m);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 103 y4m_input y4m; member in struct:VpxInputContext
vpxenc.c 99 y4m_input *y4m = &input_ctx->y4m; local
103 if (y4m_input_fetch_frame(y4m, f, img) < 1)
784 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4,
787 input->width = input->y4m.pic_w;
788 input->height = input->y4m.pic_h;
789 input->framerate.numerator = input->y4m.fps_n;
790 input->framerate.denominator = input->y4m.fps_d;
793 fatal("Unsupported Y4M stream.");
805 y4m_input_close(&input->y4m);
    [all...]

Completed in 81 milliseconds