Home
last modified time | relevance | path

Searched defs:samples (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
DG711Codec.cpp47 int UlawCodec::encode(void *payload, int16_t *samples) in encode()
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
98 int AlawCodec::encode(void *payload, int16_t *samples) in encode()
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
DGsmCodec.cpp54 int GsmCodec::encode(void *payload, int16_t *samples) in encode()
60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
DAmrCodec.cpp100 int AmrCodec::encode(void *payload, int16_t *samples) in encode()
131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode()
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
DAudioGroup.cpp316 int16_t samples[mSampleCount]; in encode() local
403 int16_t samples[count]; in decode() local
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp121 static int initGraphics(unsigned samples) in initGraphics()
189 unsigned samples = 0; in main() local
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp349 size_t bytes, unsigned samples, unsigned current_frame) { in onEncodedFlacAvailable()
448 size_t bytes, unsigned samples, unsigned current_frame, void *client_data) { in flacEncoderWriteCallback()
/frameworks/ex/variablespeed/jni/
Dring_buffer.cc82 void RingBuffer::Write(const float* samples, int num_frames) { in Write()
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp638 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL) in filterCoefficient()
825 int32_t lerp, const int16_t* samples) in interpolate()
/frameworks/native/cmds/flatland/
DMain.cpp599 Vector<double> samples; in runTest() local
/frameworks/native/include/input/
DInputTransport.h349 Vector<InputMessage> samples; member
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dtns.c675 Word16 samples, in AutoCorrelation()
/frameworks/base/media/java/android/media/
DAudioService.java1864 public void setSamples(int[] samples) { in setSamples()
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java489 long samples = proc.getPssSampleCount(bucket); in computeProcessData() local
/frameworks/base/opengl/java/android/opengl/
DGLES30.java746 int samples, in glRenderbufferStorageMultisample()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp6953 void GLTrace_glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat… in GLTrace_glRenderbufferStorageMultisample()
11808 void GLTrace_glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalf… in GLTrace_glRenderbufferStorageMultisampleANGLE()
11860 void GLTrace_glRenderbufferStorageMultisampleAPPLE(GLenum target, GLsizei samples, GLenum internalf… in GLTrace_glRenderbufferStorageMultisampleAPPLE()
12168 void GLTrace_glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalfor… in GLTrace_glRenderbufferStorageMultisampleEXT()
12220 …GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) { in GLTrace_glFramebufferTexture2DMultisampleEXT()
14496 void GLTrace_glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalfor… in GLTrace_glRenderbufferStorageMultisampleIMG()
14548 …GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) { in GLTrace_glFramebufferTexture2DMultisampleIMG()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1419 …(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint hei… in android_glRenderbufferStorageMultisample__IIIII()