HomeSort by relevance Sort by last modified time
    Searched refs:step_size (Results 26 - 45 of 45) sorted by null

12

  /external/speex/libspeex/
jitter.c 272 EXPORT JitterBuffer *jitter_buffer_init(int step_size)
281 jitter->delay_step = step_size;
282 jitter->concealment_size = step_size;
  /external/v8/src/heap/
heap.h 2663 intptr_t step_size() const { return step_size_; } function in class:v8::internal::AllocationObserver
    [all...]
heap.cc 59 IdleScavengeObserver(Heap& heap, intptr_t step_size)
60 : AllocationObserver(step_size), heap_(heap) {}
    [all...]
  /external/opencv3/modules/photo/src/
fast_nlmeans_multi_denoising_invoker.hpp 300 int col_dist_sums_step = col_dist_sums.step_size(0);
  /art/runtime/
debugger.h 92 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth,
94 : step_size_(step_size), step_depth_(step_depth),
    [all...]
debugger.cc     [all...]
  /external/v8/test/cctest/heap/
test-spaces.cc 550 explicit Observer(intptr_t step_size)
551 : AllocationObserver(step_size), count_(0) {}
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 615 unsigned long *max, unsigned long *step_size)
629 *step_size = cap_ltr_count.step_size;
630 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
631 *min, *max, *step_size);
    [all...]
omx_video_encoder.cpp     [all...]
omx_video_base.cpp 1781 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 616 unsigned long *max, unsigned long *step_size)
630 *step_size = cap_ltr_count.step_size;
631 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
632 *min, *max, *step_size);
    [all...]
omx_video_encoder.cpp     [all...]
omx_swvenc_mpeg4.cpp     [all...]
omx_swvenc_hevc.cpp     [all...]
omx_video_base.cpp 1882 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 616 unsigned long *max, unsigned long *step_size)
630 *step_size = cap_ltr_count.step_size;
631 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
632 *min, *max, *step_size);
    [all...]
omx_video_encoder.cpp     [all...]
omx_swvenc_mpeg4.cpp     [all...]
omx_swvenc_hevc.cpp     [all...]
omx_video_base.cpp 1914 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]

Completed in 2553 milliseconds

12