Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_perf_test.cc164 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in EndPassHook()
175 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in FramePktHook()
/external/libvpx/libvpx/
Dtools_common.h64 #define VP9_FOURCC 0x30395056 macro
Dwebmenc.cc57 case VP9_FOURCC: in write_webm_file_header()
Dtools_common.c145 {"vp9", VP9_FOURCC, &vpx_codec_vp9_cx},
179 {"vp9", VP9_FOURCC, &vpx_codec_vp9_dx},
Dwebmdec.cc105 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
Dvpxenc.c1999 if (global.codec->fourcc == VP9_FOURCC || global.codec->fourcc == VP10_FOURCC) in main()
2262 if (global.codec->fourcc == VP9_FOURCC) { in main()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c661 info.codec_fourcc = VP9_FOURCC; in main()