Home
last modified time | relevance | path

Searched refs:instance_index (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging_file_handling.cc23 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()
Daec_logging.h27 #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
Daec_logging_file_handling.h27 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/
Dftfuzzer.cc221 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/
Daec_core_internal.h162 int instance_index; member
Daec_core.c1471 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/
Dttobjs.c637 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/
Dttobjs.c636 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/
Dttobjs.c636 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/
Dsfobjs.c916 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/
Dsfobjs.c888 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/
Dsfobjs.c916 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()