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/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/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/freetype/src/truetype/
Dttobjs.c630 FT_Int instance_index = face_index >> 16; in tt_face_init() local
634 instance_index > 0 ) in tt_face_init()
649 named_style = face->blend->mmvar->namedstyle + instance_index - 1; in tt_face_init()
/external/freetype/src/cff/
Dcffobjs.c694 FT_Int instance_index = face_index >> 16; in cff_face_init() local
699 instance_index > 0 ) in cff_face_init()
717 named_style = mm_var->namedstyle + instance_index - 1; in cff_face_init()
/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.c955 FT_Int instance_index; in sfnt_init_face() local
960 instance_index = FT_ABS( face_instance_index ) >> 16; in sfnt_init_face()
1021 if ( instance_index > num_instances ) in sfnt_init_face()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1538 LLVMValueRef instance_index[PIPE_MAX_ATTRIBS]; in draw_llvm_generate() local
1745 instance_index[j] = lp_build_uadd_overflow(gallivm, start_instance, in draw_llvm_generate()
1869 inputs[j], instance_index[j]); in draw_llvm_generate()
/external/python/cpython2/Objects/
Dclassobject.c1832 instance_index(PyInstanceObject *self) in instance_index() function
2200 (unaryfunc)instance_index, /* nb_index */