HomeSort by relevance Sort by last modified time
    Searched refs:VP9_FOURCC (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/
tools_common.h 67 #define VP9_FOURCC 0x30395056
webmenc.cc 51 case VP9_FOURCC:
tools_common.c 138 { "vp9", VP9_FOURCC, &vpx_codec_vp9_cx },
169 { "vp9", VP9_FOURCC, &vpx_codec_vp9_dx },
webmdec.cc 105 vpx_ctx->fourcc = VP9_FOURCC;
vpxenc.c     [all...]
  /external/libvpx/libvpx/test/
decode_perf_test.cc 157 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
169 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 670 info.codec_fourcc = VP9_FOURCC;
    [all...]

Completed in 92 milliseconds