/external/webrtc/webrtc/modules/audio_processing/logging/ |
D | aec_logging_file_handling.cc | 23 int instance_index, in WebRtcAec_ReopenWav() argument 34 instance_index, process_rate); in WebRtcAec_ReopenWav() 44 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file) { in WebRtcAec_RawFileOpen() argument 47 instance_index); in WebRtcAec_RawFileOpen()
|
D | aec_logging.h | 27 #define RTC_AEC_DEBUG_WAV_REOPEN(name, instance_index, process_rate, \ argument 30 WebRtcAec_ReopenWav(name, instance_index, process_rate, sample_rate, \ 77 #define RTC_AEC_DEBUG_WAV_REOPEN(wav_file, name, instance_index, process_rate, \ argument
|
D | aec_logging_file_handling.h | 27 int instance_index, 33 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
D | ftfuzzer.cc | 221 for ( long instance_index = 0; in LLVMFuzzerTestOneInput() local 222 instance_index < num_instances + 1; in LLVMFuzzerTestOneInput() 223 instance_index++ ) in LLVMFuzzerTestOneInput() 228 ( instance_index << 16 ) + face_index, in LLVMFuzzerTestOneInput() 270 if ( instance_index == 0 ) in LLVMFuzzerTestOneInput()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_internal.h | 162 int instance_index; member
|
D | aec_core.c | 1471 aec->instance_index = webrtc_aec_instance_count; in WebRtcAec_CreateAec() 1592 RTC_AEC_DEBUG_WAV_REOPEN("aec_far", aec->instance_index, in WebRtcAec_InitAec() 1595 RTC_AEC_DEBUG_WAV_REOPEN("aec_near", aec->instance_index, in WebRtcAec_InitAec() 1598 RTC_AEC_DEBUG_WAV_REOPEN("aec_out", aec->instance_index, in WebRtcAec_InitAec() 1601 RTC_AEC_DEBUG_WAV_REOPEN("aec_out_linear", aec->instance_index, in WebRtcAec_InitAec()
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 637 FT_Int instance_index = face_index >> 16; in tt_face_init() local 641 instance_index > 0 ) in tt_face_init() 656 named_style = face->blend->mmvar->namedstyle + instance_index - 1; in tt_face_init()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.c | 636 FT_Int instance_index = face_index >> 16; in tt_face_init() local 640 instance_index > 0 ) in tt_face_init() 655 named_style = face->blend->mmvar->namedstyle + instance_index - 1; in tt_face_init()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttobjs.c | 636 FT_Int instance_index = face_index >> 16; in tt_face_init() local 640 instance_index > 0 ) in tt_face_init() 655 named_style = face->blend->mmvar->namedstyle + instance_index - 1; in tt_face_init()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | sfobjs.c | 916 FT_Int instance_index; in sfnt_init_face() local 919 instance_index = FT_ABS( face_instance_index ) >> 16; in sfnt_init_face() 963 if ( instance_index > num_instances ) in sfnt_init_face()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.c | 888 FT_Int instance_index; in sfnt_init_face() local 891 instance_index = FT_ABS( face_instance_index ) >> 16; in sfnt_init_face() 911 if ( instance_index > num_instances ) in sfnt_init_face()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 916 FT_Int instance_index; in sfnt_init_face() local 919 instance_index = FT_ABS( face_instance_index ) >> 16; in sfnt_init_face() 967 if ( instance_index > num_instances ) in sfnt_init_face()
|