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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.h 34 int use_i420; member in struct:VpxEncoderConfig
tools_common.h 92 int use_i420; member in struct:VpxInputContext
vpxenc.c 134 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
232 &use_yv12, &use_i420, &usage, &threads, &profile,
629 global->use_i420 = 1;
662 global->use_i420 = 0;
663 else if (arg_match(&arg, &use_i420, argi))
664 global->use_i420 = 1;
758 input->use_i420 = 0;
    [all...]
vpxdec.c 54 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
88 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
558 } else if (arg_match(&arg, &use_i420, argi)) {
  /external/libvpx/libvpx/
vpxenc.h 34 int use_i420; member in struct:VpxEncoderConfig
tools_common.h 98 int use_i420; member in struct:VpxInputContext
vpxenc.c 181 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
277 &use_yv12, &use_i420, &usage, &threads, &profile,
662 global->use_i420 = 1;
695 global->use_i420 = 0;
696 else if (arg_match(&arg, &use_i420, argi))
697 global->use_i420 = 1;
791 input->use_i420 = 0;
    [all...]
vpxdec.c 52 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
554 } else if (arg_match(&arg, &use_i420, argi)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.h 34 int use_i420; member in struct:VpxEncoderConfig
tools_common.h 98 int use_i420; member in struct:VpxInputContext
vpxenc.c 181 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
277 &use_yv12, &use_i420, &usage, &threads, &profile,
662 global->use_i420 = 1;
695 global->use_i420 = 0;
696 else if (arg_match(&arg, &use_i420, argi))
697 global->use_i420 = 1;
791 input->use_i420 = 0;
    [all...]
vpxdec.c 52 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable
86 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
554 } else if (arg_match(&arg, &use_i420, argi)) {

Completed in 68 milliseconds