/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
H A D | Id3Decoder.java | 289 int frameSize; in decodeFrame() local 445 private static TextInformationFrame decodeTxxxFrame(ParsableByteArray id3Data, int frameSize) in decodeTxxxFrame() 470 ParsableByteArray id3Data, int frameSize, String id) throws UnsupportedEncodingException { in decodeTextInformationFrame() 489 private static UrlLinkFrame decodeWxxxFrame(ParsableByteArray id3Data, int frameSize) in decodeWxxxFrame() 513 ParsableByteArray id3Data, int frameSize, String id) throws UnsupportedEncodingException { in decodeUrlLinkFrame() 523 private static PrivFrame decodePrivFrame(ParsableByteArray id3Data, int frameSize) in decodePrivFrame() 537 private static GeobFrame decodeGeobFrame(ParsableByteArray id3Data, int frameSize) in decodeGeobFrame() 564 ParsableByteArray id3Data, int frameSize, int majorVersion) in decodeApicFrame() 603 private static CommentFrame decodeCommentFrame(ParsableByteArray id3Data, int frameSize) in decodeCommentFrame() 632 int frameSize, in decodeChapterFrame() [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
H A D | Id3Decoder.java | 289 int frameSize; in decodeFrame() local 445 private static TextInformationFrame decodeTxxxFrame(ParsableByteArray id3Data, int frameSize) in decodeTxxxFrame() 470 ParsableByteArray id3Data, int frameSize, String id) throws UnsupportedEncodingException { in decodeTextInformationFrame() 489 private static UrlLinkFrame decodeWxxxFrame(ParsableByteArray id3Data, int frameSize) in decodeWxxxFrame() 513 ParsableByteArray id3Data, int frameSize, String id) throws UnsupportedEncodingException { in decodeUrlLinkFrame() 523 private static PrivFrame decodePrivFrame(ParsableByteArray id3Data, int frameSize) in decodePrivFrame() 537 private static GeobFrame decodeGeobFrame(ParsableByteArray id3Data, int frameSize) in decodeGeobFrame() 564 ParsableByteArray id3Data, int frameSize, int majorVersion) in decodeApicFrame() 603 private static CommentFrame decodeCommentFrame(ParsableByteArray id3Data, int frameSize) in decodeCommentFrame() 632 int frameSize, in decodeChapterFrame() [all …]
|
/aosp_15_r20/external/aac/libPCMutils/src/ |
H A D | pcm_utils.cpp | 110 const UINT channels, const UINT frameSize, in FDK_interleave() 122 const UINT channels, const UINT frameSize, in FDK_interleave() 134 const UINT channels, const UINT frameSize, in FDK_interleave() 146 const UINT channels, const UINT frameSize, in FDK_deinterleave() 159 const UINT channels, const UINT frameSize, in FDK_deinterleave() 172 const UINT channels, const UINT frameSize, in FDK_deinterleave() 185 const UINT channels, const UINT frameSize, in FDK_deinterleave()
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | ESQueue.cpp | 300 const uint8_t *ptr, size_t size, unsigned &frameSize, sp<MetaData> *metaData) { in parseAC4SyncFrame() 374 const uint8_t *ptr, size_t size, unsigned &frameSize, sp<MetaData> *metaData) { in parseDTSHDSyncFrame() 625 const uint8_t *ptr, size_t size, unsigned &frameSize, sp<MetaData> *metaData) { in parseDTSUHDSyncFrame() 785 static status_t isSeeminglyValidDTSHDHeader(const uint8_t *ptr, size_t size,unsigned &frameSize) in isSeeminglyValidDTSHDHeader() 790 static status_t isSeeminglyValidDTSUHDHeader(const uint8_t *ptr, size_t size,unsigned &frameSize) in isSeeminglyValidDTSUHDHeader() 795 static status_t IsSeeminglyValidAC4Header(const uint8_t *ptr, size_t size, unsigned &frameSize) { in IsSeeminglyValidAC4Header() 1027 unsigned frameSize = 0; in appendData() local 1092 unsigned frameSize = 0; in appendData() local 1125 unsigned frameSize = 0; in appendData() local 1715 size_t frameSize = 2 /* numChannels */ * sizeof(int16_t); in dequeueAccessUnitPCMAudio() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | Ac4Util.java | 40 public final int frameSize; field in Ac4Util.SyncFrameInfo 45 int bitstreamVersion, int channelCount, int sampleRate, int frameSize, int sampleCount) { in SyncFrameInfo() 131 int frameSize = data.readBits(16); in parseAc4SyncframeInfo() local 194 int frameSize = ((data[2] & 0xFF) << 8) | (data[3] & 0xFF); in parseAc4SyncframeSize() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | Ac4Util.java | 40 public final int frameSize; field in Ac4Util.SyncFrameInfo 45 int bitstreamVersion, int channelCount, int sampleRate, int frameSize, int sampleCount) { in SyncFrameInfo() 131 int frameSize = data.readBits(16); in parseAc4SyncframeInfo() local 194 int frameSize = ((data[2] & 0xFF) << 8) | (data[3] & 0xFF); in parseAc4SyncframeSize() local
|
/aosp_15_r20/frameworks/av/media/module/extractors/amr/ |
H A D | AMRExtractor.cpp | 93 size_t frameSize = isWide ? kFrameSizeWB[FT] : kFrameSizeNB[FT]; in getFrameSize() local 102 off64_t offset, bool isWide, size_t *frameSize) { in getFrameSizeByOffset() 166 size_t frameSize, numFrames = 0; in AMRExtractor() local 339 size_t frameSize = getFrameSize(mIsWide, FT); in read() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | ConstantBitrateSeekMap.java | 32 private final int frameSize; field in ConstantBitrateSeekMap 48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap() 72 int frameSize, in ConstantBitrateSeekMap()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | ConstantBitrateSeekMap.java | 32 private final int frameSize; field in ConstantBitrateSeekMap 48 long inputLength, long firstFrameBytePosition, int bitrate, int frameSize) { in ConstantBitrateSeekMap() 72 int frameSize, in ConstantBitrateSeekMap()
|
/aosp_15_r20/frameworks/wilhelm/src/android/util/ |
H A D | AacAdtsExtractor.cpp | 50 size_t frameSize = 0; in getFrameSize() local 137 size_t frameSize; in AacAdtsExtractor() local 244 size_t frameSize, frameSizeWithoutHeader; in read() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
H A D | SoftAMR.cpp | 333 size_t frameSize = kFrameSizeWB[FT]; in getFrameSize() local 397 size_t frameSize = WmfDecBytesPerFrame[mode] + 1; in onQueueFilled() local 454 size_t frameSize = getFrameSize(mode); in onQueueFilled() local
|
/aosp_15_r20/frameworks/av/media/libaudioclient/ |
H A D | AudioTrackShared.cpp | 78 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, in Proxy() 109 size_t frameSize, bool isOut, bool clientInServer) in ClientProxy() 631 size_t frameCount, size_t frameSize) in StaticAudioTrackClientProxy() 728 size_t frameSize, bool isOut, bool clientInServer) in ServerProxy() 1053 size_t frameCount, size_t frameSize, uint32_t sampleRate) in StaticAudioTrackServerProxy()
|
/aosp_15_r20/frameworks/av/media/module/extractors/aac/ |
H A D | AACExtractor.cpp | 99 size_t frameSize = 0; in getAdtsFrameLength() local 159 size_t frameSize = 0; in AACExtractor() local 308 size_t frameSize, frameSizeWithoutHeader, headerSize; in read() local
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())* in frameSize() function 153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())* in frameSize() function
|