Home
last modified time | relevance | path

Searched refs:VP9_FOURCC (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Ddecode_perf_test.cc159 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in EndPassHook()
171 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in FramePktHook()
/external/libvpx/libvpx/
Dwebmenc.cc51 case VP9_FOURCC: in write_webm_file_header()
Dtools_common.h68 #define VP9_FOURCC 0x30395056 macro
Dtools_common.c138 { "vp9", VP9_FOURCC, &vpx_codec_vp9_cx },
169 { "vp9", VP9_FOURCC, &vpx_codec_vp9_dx },
Dwebmdec.cc105 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
Dvpxdec.c784 if (interface->fourcc == VP9_FOURCC && in main_loop()
790 if (interface->fourcc == VP9_FOURCC && in main_loop()
Dvpxenc.c1984 if (global.codec->fourcc == VP9_FOURCC) input.only_i420 = 0; in main()
2242 if (global.codec->fourcc == VP9_FOURCC) { in main()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c811 info.codec_fourcc = VP9_FOURCC; in main()