/external/webrtc/webrtc/modules/audio_processing/logging/ |
aec_logging_file_handling.h | 27 int instance_index, 33 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file);
|
aec_logging_file_handling.cc | 23 int instance_index, 34 instance_index, process_rate); 44 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file) { 47 instance_index);
|
aec_logging.h | 27 #define RTC_AEC_DEBUG_WAV_REOPEN(name, instance_index, process_rate, \ 30 WebRtcAec_ReopenWav(name, instance_index, process_rate, sample_rate, \ 77 #define RTC_AEC_DEBUG_WAV_REOPEN(wav_file, name, instance_index, process_rate, \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
ftfuzzer.cc | 221 for ( long instance_index = 0; 222 instance_index < num_instances + 1; 223 instance_index++ ) 228 ( instance_index << 16 ) + face_index, 270 if ( instance_index == 0 )
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_internal.h | 162 int instance_index; member in struct:AecCore
|
aec_core.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttobjs.c | 636 FT_Int instance_index = face_index >> 16; local 640 instance_index > 0 ) 655 named_style = face->blend->mmvar->namedstyle + instance_index - 1; [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
sfobjs.c | 888 FT_Int instance_index; local 891 instance_index = FT_ABS( face_instance_index ) >> 16; 911 if ( instance_index > num_instances ) [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 636 FT_Int instance_index = face_index >> 16; local 640 instance_index > 0 ) 655 named_style = face->blend->mmvar->namedstyle + instance_index - 1; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
sfobjs.c | 916 FT_Int instance_index; local 919 instance_index = FT_ABS( face_instance_index ) >> 16; 963 if ( instance_index > num_instances ) [all...] |