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

  /external/libvpx/libvpx/
vpxdec.c 54 static const arg_def_t use_yv12 = ARG_DEF( variable
98 &codecarg, &use_yv12, &use_i420, &flipuvarg, &rawvideo, &noblitarg,
617 else if (arg_match(&arg, &use_yv12, argi)) {
    [all...]
vpxenc.c 135 static const arg_def_t use_yv12 = ARG_DEF( variable
246 &use_yv12, &use_i420, &use_i422, &use_i444, &use_i440,
894 else if (arg_match(&arg, &use_yv12, argi))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 50 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, variable
86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
551 else if (arg_match(&arg, &use_yv12, argi)) {
vpxenc.c 179 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, variable
277 &use_yv12, &use_i420, &usage, &threads, &profile,
694 else if (arg_match(&arg, &use_yv12, argi))
    [all...]

Completed in 2119 milliseconds