ESP-IDF
OI_BITSTREAM
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_BITSTREAM
OI_BITSTREAM struct
Used internally.
Syntax
Show:
Summary
Declaration
from
oi_codec_sbc_private.h:96
typedef
struct
{
union
{
const
OI_UINT8
*
r
;
OI_UINT8
*
w
;
}
ptr
;
OI_UINT32
value
;
OI_UINT
bitPtr
;
}
OI_BITSTREAM
;
Fields
Field
Declared as
OI_BITSTREAM::ptr
union
{
const
OI_UINT8
*
r
;
OI_UINT8
*
w
;
}
OI_BITSTREAM::value
OI_UINT32
OI_BITSTREAM::bitPtr
OI_UINT
Related Functions
Found 13 other functions taking a
OI_BITSTREAM
argument:
Function
OI_BITSTREAM_ReadInit()
OI_SBC_ReadScalefactors()
OI_SBC_ReadSamples()
OI_SBC_ReadSamplesJoint()
OI_BITSTREAM_ReadUINT4Aligned()
OI_BITSTREAM_ReadUINT()
OI_BITSTREAM_ReadUINT8Aligned()
OI_SBC_ReadSamplesJoint8()
OI_SBC_ReadSamplesJoint4()
OI_BITSTREAM_WriteInit()
OI_BITSTREAM_WriteUINT()
OI_BITSTREAM_WriteUINT8Aligned()
OI_BITSTREAM_Write2xUINT4Aligned()
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