Home
last modified time | relevance | path

Searched refs:pcm (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_encoder.h52 void Get8SubbandSamplingPointInternal(const uint8_t* pcm, int16_t(*x)[BUFFER_SIZE],
54 void Get8SubbandSamplingPoint16(const uint8_t* pcm, int16_t(*x)[BUFFER_SIZE],
56 void Get8SubbandSamplingPoint8(const uint8_t* pcm, int16_t(*x)[BUFFER_SIZE],
58 int Get8SubbandSamplingPoint(const uint8_t* pcm, int16_t(*x)[BUFFER_SIZE],
60 int Get4SubbandSamplingPoint(const uint8_t* pcm, int16_t x[2][BUFFER_SIZE],
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_wrapper.c30 Minimp3WrapperMp3dSample *pcm, Minimp3WrapperMp3decFrameInfo *info) in Minimp3WrapperMp3decDecodeFrame()
32 return mp3dec_decode_frame(dec, mp3, mp3Bytes, pcm, info); in Minimp3WrapperMp3decDecodeFrame()
29 Minimp3WrapperMp3decDecodeFrame(Minimp3WrapperMp3dec *dec, const uint8_t *mp3, int mp3Bytes, Minimp3WrapperMp3dSample *pcm, Minimp3WrapperMp3decFrameInfo *info) Minimp3WrapperMp3decDecodeFrame() argument
H A Dminimp3_wrapper.h37 Minimp3WrapperMp3dSample *pcm, Minimp3WrapperMp3decFrameInfo *info);
52 Minimp3WrapperMp3dSample *pcm, Minimp3WrapperMp3decFrameInfo *info);
H A Dminimp3_decoder_plugin.h38 Mp3DecoderSample *pcm; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp405 int Encoder::Get4SubbandSamplingPoint(const uint8_t *pcm, int16_t x[CHANNEL_NUM][BUFFER_SIZE], in Get4SubbandSamplingPoint() argument
419 #define PCM(i) (bigEndian ? UnalignedBigEndian(pcm + (i) * VALUE_2) : UnalignedLittleEndian(pcm + (i) * VALUE_2)) in Get4SubbandSamplingPoint()
444 pcm += VALUE_16 * channels; in Get4SubbandSamplingPoint()
449 void Encoder::Get8SubbandSamplingPointInternal(const uint8_t *pcm, int16_t (*x)[BUFFER_SIZE], in Get8SubbandSamplingPointInternal() argument
452 #define PCM(i) (bigEndian ? UnalignedBigEndian(pcm + (i) * VALUE_2) : UnalignedLittleEndian(pcm + (i) * VALUE_2)) in Get8SubbandSamplingPointInternal()
480 pcm += VALUE_16 * channels; in Get8SubbandSamplingPointInternal()
485 void Encoder::Get8SubbandSamplingPoint16(const uint8_t *pcm, int16_t (*x)[BUFFER_SIZE], in Get8SubbandSamplingPoint16() argument
488 #define PCM(i) (bigEndian ? UnalignedBigEndian(pcm in Get8SubbandSamplingPoint16()
536 Get8SubbandSamplingPoint8(const uint8_t *pcm, int16_t (*x)[BUFFER_SIZE], int *samples, int channels, int bigEndian) Get8SubbandSamplingPoint8() argument
569 Get8SubbandSamplingPoint(const uint8_t *pcm, int16_t (*x)[BUFFER_SIZE], int *samples, int channels, int bigEndian) Get8SubbandSamplingPoint() argument
[all...]

Completed in 3 milliseconds