Searched defs:input_count (Results 1 – 9 of 9) sorted by relevance
23 int input_count, in gray_to_rgb_process()54 int input_count, in rgba_to_rgb_process()86 int input_count, in gray_to_rgba_process()118 int input_count, in rgb_to_rgba_process()
23 int input_count, in invert_process()
46 int input_count, in contrast_process()
51 int input_count, in brightness_process()
176 for (size_t input_count = 0; input_count < inst->InputCount(); ++input_count) { in HasInterestingPublishTargetAsInput() local
1694 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local1703 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local
143 const int input_count = env->GetArrayLength(inputs); in Java_android_filterfw_core_NativeProgram_callNativeProcess() local
99 const int input_count = env->GetArrayLength(inputs); in Java_android_filterfw_core_ShaderProgram_shaderProcess() local
1873 uint32_t input_count; member