Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvideo_common.h17 uint32_t codec_fourcc; member
Dvideo_writer.c31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count); in write_header()
Dvideo_reader.c50 reader->info.codec_fourcc = mem_get_le32(header + 8); in vpx_video_reader_open()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c122 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dpostproc.c85 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c107 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dvp8cx_set_ref.c123 info.codec_fourcc = encoder->fourcc; in main()
Dsimple_encoder.c188 info.codec_fourcc = encoder->fourcc; in main()
Dtwopass_encoder.c149 info.codec_fourcc = encoder->fourcc; in main()
Dset_maps.c176 info.codec_fourcc = encoder->fourcc; in main()
Dvp9_spatial_scalable_encoder.c316 info.codec_fourcc = VP9_FOURCC; in main()
Dvpx_temporal_scalable_patterns.c554 info.codec_fourcc = encoder->fourcc; in main()