ESP-IDF
OI_CODEC_SBC_COMMON_CONTEXT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OI_CODEC_SBC_COMMON_CONTEXT
OI_CODEC_SBC_COMMON_CONTEXT struct
Used internally.
Syntax
Show:
Summary
Declaration
from
oi_codec_sbc.h:158
typedef
struct
{
const
OI_CHAR
*
codecInfo
;
OI_CODEC_SBC_FRAME_INFO
frameInfo
;
OI_INT8
scale_factor
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
]
;
OI_UINT32
frameCount
;
OI_INT32
*
subdata
;
SBC_BUFFER_T
*
filterBuffer
[
SBC_MAX_CHANNELS
]
;
OI_INT32
filterBufferLen
;
OI_UINT
filterBufferOffset
;
union
{
OI_UINT8
uint8
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
]
;
OI_UINT32
uint32
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
/
4
]
;
}
bits
;
OI_UINT8
maxBitneed
;
OI_BYTE
formatByte
;
OI_UINT8
pcmStride
;
OI_UINT8
maxChannels
;
}
OI_CODEC_SBC_COMMON_CONTEXT
;
Fields
Field
Declared as
Description
OI_CODEC_SBC_COMMON_CONTEXT::codecInfo
const
OI_CHAR
*
OI_CODEC_SBC_COMMON_CONTEXT::frameInfo
OI_CODEC_SBC_FRAME_INFO
OI_CODEC_SBC_COMMON_CONTEXT::scale_factor
OI_INT8
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
]
OI_CODEC_SBC_COMMON_CONTEXT::frameCount
OI_UINT32
OI_CODEC_SBC_COMMON_CONTEXT::subdata
OI_INT32
*
OI_CODEC_SBC_COMMON_CONTEXT::filterBuffer
SBC_BUFFER_T
*
[
SBC_MAX_CHANNELS
]
OI_CODEC_SBC_COMMON_CONTEXT::filterBufferLen
OI_INT32
OI_CODEC_SBC_COMMON_CONTEXT::filterBufferOffset
OI_UINT
OI_CODEC_SBC_COMMON_CONTEXT::bits
union
{
OI_UINT8
uint8
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
]
;
OI_UINT32
uint32
[
SBC_MAX_CHANNELS
*
SBC_MAX_BANDS
/
4
]
;
}
OI_CODEC_SBC_COMMON_CONTEXT::maxBitneed
OI_UINT8
Running maximum bitneed.
OI_CODEC_SBC_COMMON_CONTEXT::formatByte
OI_BYTE
OI_CODEC_SBC_COMMON_CONTEXT::pcmStride
OI_UINT8
OI_CODEC_SBC_COMMON_CONTEXT::maxChannels
OI_UINT8
Related Functions
Found 11 other functions taking a
OI_CODEC_SBC_COMMON_CONTEXT
argument:
Function
Description
computeBitneed()
oneChannelBitAllocation()
OI_SBC_ReadHeader()
monoBitAllocation()
OI_SBC_ComputeBitAllocation()
OI_SBC_ReadScalefactors()
OI_CODEC_SBC_Alloc()
stereoBitAllocation()
OI_CODEC_SBC_CalculatePcmBytes()
Calculate decoded audio data length for one frame.
dualBitAllocation()
OI_CODEC_SBC_GetMaxBitneed()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out