Searched defs:instance_index (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/logging/
H A Daec_logging_file_handling.cc23 int instance_index,
34 instance_index, process_rate);
44 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file) { argument
47 instance_index);
22 WebRtcAec_ReopenWav(const char* name, int instance_index, int process_rate, int sample_rate, rtc_WavWriter** wav_file) argument
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c636 FT_Int instance_index = face_index >> 16; local
640 instance_index > 0 )
655 named_style = face->blend->mmvar->namedstyle + instance_index - 1;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c888 FT_Int instance_index; local
891 instance_index = FT_ABS( face_instance_index ) >> 16;
911 if ( instance_index > num_instances )
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h162 int instance_index; member in struct:AecCore

Completed in 122 milliseconds