Home
last modified time | relevance | path

Searched refs:codec_fourcc (Results 1 – 25 of 30) sorted by relevance

12

/external/libaom/libaom/common/
Dvideo_reader.c51 reader->info.codec_fourcc = reader->input_ctx.fourcc; in aom_video_reader_open()
57 reader->info.codec_fourcc = reader->input_ctx.fourcc; in aom_video_reader_open()
64 reader->info.codec_fourcc = AV1_FOURCC; in aom_video_reader_open()
126 reader->info.codec_fourcc = fourcc; in aom_video_reader_set_fourcc()
Dvideo_writer.c32 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count); in write_header()
80 writer->info.codec_fourcc = fourcc; in aom_video_writer_set_fourcc()
Dvideo_common.h18 uint32_t codec_fourcc; member
/external/libvpx/libvpx/
Dvideo_common.h17 uint32_t codec_fourcc; member
Dvideo_reader.c46 reader->info.codec_fourcc = mem_get_le32(header + 8); in vpx_video_reader_open()
Dvideo_writer.c31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count); in write_header()
/external/libvpx/libvpx/examples/
Dsimple_decoder.c115 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dpostproc.c81 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c98 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dvp9_lossless_encoder.c80 info.codec_fourcc = encoder->fourcc; in main()
Dvp8cx_set_ref.c124 info.codec_fourcc = encoder->fourcc; in main()
Dsimple_encoder.c183 info.codec_fourcc = encoder->fourcc; in main()
Dset_maps.c176 info.codec_fourcc = encoder->fourcc; in main()
/external/libaom/libaom/examples/
Dsimple_decoder.c112 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c102 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c97 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Dlossless_encoder.c81 info.codec_fourcc = encoder->fourcc; in main()
Dsimple_encoder.c186 info.codec_fourcc = encoder->fourcc; in main()
Dset_maps.c143 info.codec_fourcc = encoder->fourcc; in main()
Dlightfield_tile_list_decoder.c132 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Dscalable_encoder.c163 info.codec_fourcc = encoder->fourcc; in main()
Dlightfield_decoder.c191 if (info->codec_fourcc == LST_FOURCC) in main()
Daom_cx_set_ref.c249 info.codec_fourcc = encoder->fourcc; in main()
Dlightfield_bitstream_parsing.c223 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()

12