HomeSort by relevance Sort by last modified time
    Searched refs:instance_index (Results 1 - 7 of 7) sorted by null

  /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/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 162 int instance_index; member in struct:AecCore
aec_core.c     [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...]

Completed in 84 milliseconds