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

  /external/libvpx/vp8/common/
onyx.h 49 } END_USAGE;
138 int end_usage; // vbr or cbr member in struct:__anon5086
  /external/libvpx/vp8/encoder/
parms.cpp 43 DOTHIS(O, end_usage )\
ratectrl.c 851 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && (cpi->buffer_level < cpi->oxcf.optimal_buffer_level))
    [all...]
firstpass.c 208 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 292 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
296 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
349 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /external/libvpx/
vpxenc.c 910 static const arg_def_t end_usage = ARG_DEF(NULL, "end-usage", 1, variable
931 &end_usage, &target_bitrate, &min_quantizer, &max_quantizer,
    [all...]

Completed in 41 milliseconds