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

/external/webrtc/webrtc/modules/audio_processing/logging/
H A Daec_logging_file_handling.h27 int instance_index,
33 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file);
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
H A Daec_logging.h27 #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/
H A Daec_core_internal.h162 int instance_index; member in struct:AecCore
H A Daec_core.c1471 aec->instance_index = webrtc_aec_instance_count;
1592 RTC_AEC_DEBUG_WAV_REOPEN("aec_far", aec->instance_index,
1595 RTC_AEC_DEBUG_WAV_REOPEN("aec_near", aec->instance_index,
1598 RTC_AEC_DEBUG_WAV_REOPEN("aec_out", aec->instance_index,
1601 RTC_AEC_DEBUG_WAV_REOPEN("aec_out_linear", aec->instance_index,
/external/freetype/src/cff/
H A Dcffobjs.c694 FT_Int instance_index = face_index >> 16; local
699 instance_index > 0 )
717 named_style = mm_var->namedstyle + instance_index - 1;
/external/freetype/src/truetype/
H A Dttobjs.c630 FT_Int instance_index = face_index >> 16; local
634 instance_index > 0 )
649 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/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/freetype/src/sfnt/
H A Dsfobjs.c955 FT_Int instance_index; local
960 instance_index = FT_ABS( face_instance_index ) >> 16;
1021 if ( instance_index > num_instances )
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1538 LLVMValueRef instance_index[PIPE_MAX_ATTRIBS]; local
1745 instance_index[j] = lp_build_uadd_overflow(gallivm, start_instance,
1869 inputs[j], instance_index[j]);
/external/python/cpython2/Objects/
H A Dclassobject.c1832 instance_index(PyInstanceObject *self) function
2200 (unaryfunc)instance_index, /* nb_index */

Completed in 129 milliseconds