/system/media/mca/filterpacks/imageproc/native/ |
invert.c | 21 int input_count, 26 if (input_count != 1)
|
to_rgba.c | 21 int input_count, 26 if (input_count != 1) 52 int input_count, 57 if (input_count != 1) 84 int input_count, 89 if (input_count != 1) 116 int input_count, 121 if (input_count != 1)
|
brightness.c | 50 int input_count, 55 if (input_count != 1) { 56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
|
contrast.c | 45 int input_count, 50 if (input_count != 1) { 51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
|
/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_));
|
/system/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) {
|
/external/harfbuzz/src/ |
harfbuzz-gsub.c | 2747 HB_UShort backtrack_count, input_count, lookahead_count; local [all...] |
harfbuzz-gpos.c | 4744 HB_UShort backtrack_count, input_count, lookahead_count; local [all...] |