HomeSort by relevance Sort by last modified time
    Searched refs:instance_index (Results 1 - 14 of 14) 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/freetype/src/cff/
cffobjs.c 694 FT_Int instance_index = face_index >> 16; local
699 instance_index > 0 )
717 named_style = mm_var->namedstyle + instance_index - 1;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 630 FT_Int instance_index = face_index >> 16; local
634 instance_index > 0 )
649 named_style = face->blend->mmvar->namedstyle + instance_index - 1;
    [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...]
  /external/freetype/src/sfnt/
sfobjs.c 955 FT_Int instance_index; local
960 instance_index = FT_ABS( face_instance_index ) >> 16;
1021 if ( instance_index > num_instances )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1538 LLVMValueRef instance_index[PIPE_MAX_ATTRIBS]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 1832 instance_index(PyInstanceObject *self) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 1808 instance_index(PyInstanceObject *self) function
    [all...]
  /external/python/cpython2/Objects/
classobject.c 1832 instance_index(PyInstanceObject *self) function
    [all...]

Completed in 256 milliseconds