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

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 180 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
186 if (pass == 0 && oxcf->end_usage == USAGE_STREAM_FROM_SERVER) {
279 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
292 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
658 if (oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) {
675 } else if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
695 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
705 if ((oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) &&
737 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
756 cpi->oxcf.end_usage != USAGE_CONSTANT_QUALITY)
    [all...]
vp9_onyx_int.h 139 } END_USAGE;
212 END_USAGE end_usage; // vbr or cbr member in struct:VP9_CONFIG
vp9_onyx_if.c 762 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
861 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) {
924 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 234 if (cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
282 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
294 !(cpi->use_svc && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER))
664 if (oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) {
681 } else if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
701 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
711 if ((oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) &&
743 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) {
762 cpi->oxcf.end_usage != USAGE_CONSTANT_QUALITY) {
    [all...]
vp9_onyx_int.h 139 } END_USAGE;
213 END_USAGE end_usage; // vbr or cbr member in struct:__anon39850
vp9_onyx_if.c 758 if (pass == 0 && oxcf->end_usage == USAGE_STREAM_FROM_SERVER) {
807 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
904 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) {
967 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) ||
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 754 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
791 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
856 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
firstpass.c 355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 754 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
791 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
856 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
firstpass.c 355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 754 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) &&
791 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
856 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
firstpass.c 355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)
    [all...]
onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 46 } END_USAGE;
153 int end_usage; /* vbr or cbr */ member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 46 } END_USAGE;
153 int end_usage; /* vbr or cbr */ member in struct:__anon28656
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 46 } END_USAGE;
153 int end_usage; /* vbr or cbr */ member in struct:__anon39746
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 331 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
333 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
335 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
337 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
419 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 331 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
333 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
335 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
337 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
419 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 316 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
318 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
320 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
322 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
404 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 333 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
335 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
337 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
339 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
421 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 306 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK;
308 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY;
310 oxcf->end_usage = USAGE_CONSTANT_QUALITY;
312 oxcf->end_usage = USAGE_STREAM_FROM_SERVER;
394 printf("end_usage: %d\n", oxcf->end_usage);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 261 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1, variable
281 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 298 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1, variable
318 &end_usage, &target_bitrate, &min_quantizer, &max_quantizer,
    [all...]

Completed in 1084 milliseconds

1 2