Searched defs:instance_index (Results 1 - 8 of 8) 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/freetype/src/truetype/
H A Dttobjs.c700 FT_UInt instance_index = (FT_UInt)face_index >> 16; local
704 instance_index > 0 )
706 error = TT_Set_Named_Instance( face, instance_index );
H A Dttgxvar.c2791 FT_UInt instance_index; local
2795 instance_index = (FT_UInt)face->root.face_index >> 16;
2796 named_style = mmvar->namedstyle + instance_index - 1;
2941 /* instance_index :: The instance index, starting with value 1. */
2949 FT_UInt instance_index )
2969 /* `instance_index' starts with value 1, thus `>' */
2970 if ( instance_index > num_instances )
2973 if ( instance_index > 0 && mmvar->namedstyle )
2982 named_style = mmvar->namedstyle + instance_index - 1;
3004 face->root.face_index = ( instance_index << 1
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c716 FT_UInt instance_index = (FT_UInt)face_index >> 16; local
721 instance_index > 0 )
723 error = mm->set_instance( cffface, instance_index );
/external/freetype/src/sfnt/
H A Dsfobjs.c959 FT_Int instance_index; local
965 instance_index = FT_ABS( face_instance_index ) >> 16;
1072 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
/external/python/cpython2/Objects/
H A Dclassobject.c1832 instance_index(PyInstanceObject *self) function
2200 (unaryfunc)instance_index, /* nb_index */
/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]);

Completed in 323 milliseconds