Searched refs:VP9_FOURCC (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 164 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/ |
D | tools_common.h | 64 #define VP9_FOURCC 0x30395056 macro
|
D | webmenc.cc | 57 case VP9_FOURCC: in write_webm_file_header()
|
D | tools_common.c | 145 {"vp9", VP9_FOURCC, &vpx_codec_vp9_cx}, 179 {"vp9", VP9_FOURCC, &vpx_codec_vp9_dx},
|
D | webmdec.cc | 105 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
|
D | vpxenc.c | 1999 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/ |
D | vp9_spatial_svc_encoder.c | 661 info.codec_fourcc = VP9_FOURCC; in main()
|