Home
last modified time | relevance | path

Searched refs:AV1_FOURCC (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/test/
Ddecode_perf_test.cc143 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/
Dtools_common.h71 #define AV1_FOURCC 0x31305641 macro
Dvideo_reader.c64 reader->info.codec_fourcc = AV1_FOURCC; in aom_video_reader_open()
Dwebmenc.cc104 if (fourcc != AV1_FOURCC) { in write_webm_file_header()
Dtools_common.c133 { "av1", AV1_FOURCC, &aom_codec_av1_cx },
161 { "av1", AV1_FOURCC, &aom_codec_av1_dx },
Dwebmdec.cc105 aom_ctx->fourcc = AV1_FOURCC; in file_is_webm()
/external/libaom/libaom/examples/
Dlightfield_decoder.c192 decoder = get_aom_decoder_by_fourcc(AV1_FOURCC); in main()
Dlightfield_bitstream_parsing.c214 aom_video_reader_set_fourcc(reader, AV1_FOURCC); in main()
/external/libaom/libaom/apps/
Daomenc.c2201 if (global.codec->fourcc == AV1_FOURCC) input.only_i420 = 0; in main()
2561 if (global.codec->fourcc == AV1_FOURCC) { in main()