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.cc157 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in EndPassHook()
169 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.h67 #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()
Dvpxenc.c1943 if (global.codec->fourcc == VP9_FOURCC) input.only_i420 = 0; in main()
2201 if (global.codec->fourcc == VP9_FOURCC) { in main()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c669 info.codec_fourcc = VP9_FOURCC; in main()