Home
last modified time | relevance | path

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

/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()
Dvp9cx_set_ref.c341 info.codec_fourcc = encoder->fourcc; in main()
Dvpx_temporal_svc_encoder.c683 info.codec_fourcc = encoder->fourcc; in main()
Dvp9_spatial_svc_encoder.c669 info.codec_fourcc = VP9_FOURCC; in main()