Searched refs:VP9_FOURCC (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 159 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/ |
D | webmenc.cc | 51 case VP9_FOURCC: in write_webm_file_header()
|
D | tools_common.h | 68 #define VP9_FOURCC 0x30395056 macro
|
D | tools_common.c | 138 { "vp9", VP9_FOURCC, &vpx_codec_vp9_cx }, 169 { "vp9", VP9_FOURCC, &vpx_codec_vp9_dx },
|
D | webmdec.cc | 105 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
|
D | vpxdec.c | 784 if (interface->fourcc == VP9_FOURCC && in main_loop() 790 if (interface->fourcc == VP9_FOURCC && in main_loop()
|
D | vpxenc.c | 1984 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/ |
D | vp9_spatial_svc_encoder.c | 811 info.codec_fourcc = VP9_FOURCC; in main()
|