HomeSort by relevance Sort by last modified time
    Searched defs:input_count (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/mca/filterfw/jni/
jni_native_program.cpp 142 const int input_count = env->GetArrayLength(inputs); local
143 std::vector<const char*> input_buffers(input_count, NULL);
144 std::vector<int> input_sizes(input_count, 0);
145 for (int i = 0 ; i < input_count; ++i) {
jni_shader_program.cpp 106 const int input_count = env->GetArrayLength(inputs); local
107 for (int i = 0; i < input_count; ++i) {
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 257 int input_count = local
259 if (input_count == 0) {
263 float* input_pointer = input_buffer_->GetPointer(kInputReader, input_count);
279 (input_count >= num_overlap_frames_)) {
315 crossfade_count = min(crossfade_count, input_count);
316 int remaining_count = input_count - crossfade_count;
357 min(input_count, input_window_offset_));
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 264 int input_count; member in struct:webrtc::Case
301 r.AddRects(cases[i].input_rects, cases[i].input_count);
306 for (int j = cases[i].input_count - 1; j >= 0; --j) {
375 int input_count; member in struct:webrtc::Case
396 DesktopRegion r(cases[i].input_rects, cases[i].input_count);
  /external/lldb/source/Commands/
CommandObjectThread.cpp 79 int32_t input_count = Args::StringToSInt32 (option_arg, -1, 0, &success); local
82 if (input_count < -1)
85 m_count = input_count;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 1004 unsigned input_count = MAX2(util_bitcount(code->InputsRead), 1); local
    [all...]
  /external/chromium_org/third_party/ots/src/
layout.cc 746 uint16_t input_count = 0; local
747 if (!subtable.ReadU16(&input_count)) {
750 if (input_count == 0 || input_count >= num_glyphs) {
753 for (unsigned i = 0; i < input_count - static_cast<unsigned>(1); ++i) {
890 uint16_t input_count = 0; local
891 if (!subtable.ReadU16(&input_count)) {
894 if (input_count == 0 || input_count >= num_glyphs) {
897 if (!subtable.Skip(2 * (input_count - 1)))
1076 uint16_t input_count = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1004 unsigned input_count = MAX2(util_bitcount(code->InputsRead), 1); local
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub.c 2747 HB_UShort backtrack_count, input_count, lookahead_count; local
    [all...]
harfbuzz-gpos.c 4708 HB_UShort backtrack_count, input_count, lookahead_count; local
    [all...]

Completed in 307 milliseconds