Searched refs:AV1_FOURCC (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/test/ |
D | decode_perf_test.cc | 143 ivf_write_file_header(outfile_, &cfg_, AV1_FOURCC, out_frames_); in EndPassHook() 154 ivf_write_file_header(outfile_, &cfg_, AV1_FOURCC, out_frames_); in FramePktHook()
|
/external/libaom/libaom/common/ |
D | tools_common.h | 71 #define AV1_FOURCC 0x31305641 macro
|
D | video_reader.c | 64 reader->info.codec_fourcc = AV1_FOURCC; in aom_video_reader_open()
|
D | webmenc.cc | 104 if (fourcc != AV1_FOURCC) { in write_webm_file_header()
|
D | tools_common.c | 133 { "av1", AV1_FOURCC, &aom_codec_av1_cx }, 161 { "av1", AV1_FOURCC, &aom_codec_av1_dx },
|
D | webmdec.cc | 105 aom_ctx->fourcc = AV1_FOURCC; in file_is_webm()
|
/external/libaom/libaom/examples/ |
D | lightfield_decoder.c | 192 decoder = get_aom_decoder_by_fourcc(AV1_FOURCC); in main()
|
D | lightfield_bitstream_parsing.c | 214 aom_video_reader_set_fourcc(reader, AV1_FOURCC); in main()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 2201 if (global.codec->fourcc == AV1_FOURCC) input.only_i420 = 0; in main() 2561 if (global.codec->fourcc == AV1_FOURCC) { in main()
|