Home
last modified time | relevance | path

Searched defs:bitsPerSample (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java198 int bitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in processParameters() local
446 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue()
512 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
/aosp12/frameworks/av/media/libstagefright/flac/dec/
H A DFLACDecoder.cpp130 unsigned bitsPerSample) { in copyTo16Signed()
153 unsigned bitsPerSample) { in copyToFloat()
400 const unsigned bitsPerSample = getBitsPerSample(); in decodeOneFrame() local
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio_ape.h32 uint16_t bitsPerSample; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_ape.h19 uint16_t bitsPerSample; member
/aosp12/system/bt/btif/src/
H A Dbtif_avrcp_audio_track.cc33 int bitsPerSample; member
44 void* BtifAvrcpAudioTrackCreate(int trackFreq, int bitsPerSample, in BtifAvrcpAudioTrackCreate()
/aosp12/frameworks/av/media/extractors/flac/
H A DFLACExtractor.cpp49 static inline bool shouldExtractorOutputFloat(int bitsPerSample) in shouldExtractorOutputFloat()
412 unsigned bitsPerSample) { in copyTo16Signed()
435 unsigned bitsPerSample) { in copyToFloat()
626 const unsigned bitsPerSample = getBitsPerSample(); in readBuffer() local
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBluetoothA2dpConfigStore.java49 public void setBitsPerSample(int bitsPerSample) { in setBitsPerSample()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java115 int bitsPerSample = codecConfig.getBitsPerSample(); in isCodecConfigSelectable() local
H A DBluetoothCodecConfig.java183 @SampleRate int sampleRate, @BitsPerSample int bitsPerSample, in BluetoothCodecConfig()
621 int bitsPerSample = other.mBitsPerSample; in similarCodecFeedingParameters() local
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c30 SLuint8 bitsPerSample; member
H A Dplaybq.cpp307 SLuint32 bitsPerSample; in main() local
/aosp12/system/media/audio_utils/
H A Dtinysndfile.c200 unsigned bitsPerSample = little2u(&fmt[14]); in sf_open_read() local
331 unsigned bitsPerSample; in sf_open_write() local
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java289 short bitsPerSample = (short) (sampleSizeInBytes * 8); in makeWavHeader() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java669 int sampleRate, int bitsPerSample, int channelMode, boolean invokeNative) { in testCodecParametersChangeHelper()
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp198 uint16_t bitsPerSample = *(bitsEntry->getData<uint16_t>()); in validateAndSetStripTags() local
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.cpp376 const int bitsPerSample = inputFloat ? 24 : 16; in configureEncoder() local
/aosp12/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp127 int32_t bitsPerSample = 0; in audioTrack() local
/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp45 static inline bool shouldExtractorOutputFloat(int bitsPerSample) in shouldExtractorOutputFloat()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp256 jint bitsPerSample = env->CallIntMethod( in prepareCodecPreferences() local
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightMetadataRetriever.cpp579 int32_t bitsPerSample = -1; in parseMetaData() local
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h52 SLuint32 bitsPerSample; member
H A DOpenSLES.h360 SLuint32 bitsPerSample; member
2337 SLuint32 bitsPerSample; member
/aosp12/frameworks/av/media/libstagefright/
H A DUtils.cpp1074 int32_t bitsPerSample; in convertMetaDataToMessage() local
1860 int32_t bitsPerSample; in convertMessageToMetaData() local
/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp3604 uint8_t bitsPerSample = cookie[5]; in parseALACSampleEntry() local
5200 int32_t bitsPerSample = 0; in MPEG4Source() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1375 const uint32_t bitsPerSample = BITS_PER_SAMPLE; in DngCreator_setup() local

12