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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 246 // If buffer is below drop_mark, for now just drop every other frame
247 // (starting with the next frame) until it increases back over drop_mark.
248 int drop_mark = (int)(oxcf->drop_frames_water_mark * local
250 if ((rc->buffer_level > drop_mark) &&
253 } else if (rc->buffer_level <= drop_mark &&
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 250 // If buffer is below drop_mark, for now just drop every other frame
251 // (starting with the next frame) until it increases back over drop_mark.
252 int drop_mark = (int)(oxcf->drop_frames_water_mark * local
254 if ((rc->buffer_level > drop_mark) &&
257 } else if (rc->buffer_level <= drop_mark &&
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 325 // If buffer is below drop_mark, for now just drop every other frame
326 // (starting with the next frame) until it increases back over drop_mark.
327 int drop_mark = (int)(oxcf->drop_frames_water_mark * local
329 if ((rc->buffer_level > drop_mark) &&
332 } else if (rc->buffer_level <= drop_mark &&
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 3489 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3342 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 3343 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * local
    [all...]

Completed in 258 milliseconds