Searched defs:pBitStream (Results 1 - 6 of 6) sorted by path

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp132 void* pBitStream, M4OSA_Int32 size) {
142 pStreamContext->mPbitStream=(M4OSA_UInt32*)pBitStream;
312 void* pBitStream, M4OSA_Int32 size) {
313 VideoEditor3gpReader_BitStreamParserInit(pContext, pBitStream, size);
131 VideoEditor3gpReader_BitStreamParserInit(void** pContext, void* pBitStream, M4OSA_Int32 size) argument
311 VideoEditor3gpReader_MPEG4BitStreamParserInit(void** pContext, void* pBitStream, M4OSA_Int32 size) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h46 ;// M_BD_INIT ppBitStream, pBitOffset, pBitStream, RBitBuffer, RBitCount, Tmp
49 ;// bits in registers pBitStream, RBitBuffer, RBitCount. These registers
73 GBLS pBitStream ;// Register name for pBitStream variable
83 ;// pBitStream - points to the first byte not held in the BitBuffer
100 ;// $RBitStream - register to use for pBitStream (can be $ppBitStream)
108 ;// $pBitStream \
115 pBitStream SETS "$RBitStream"
120 LDR $pBitStream, [$ppBitStream]
126 LDRB $T2, [$pBitStream, #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c39 const OMX_U8 *pBitStream = *ppBitStream; local
47 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[2] << 8 ) | (pBitStream[3]) ;
48 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
74 const OMX_U8 *pBitStream = *ppBitStream; local
87 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[
143 const OMX_U8 *pBitStream = *ppBitStream; local
182 const OMX_U8 *pBitStream = *ppBitStream; local
254 OMX_U8 *pBitStream = *ppBitStream; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h46 ;// M_BD_INIT ppBitStream, pBitOffset, pBitStream, RBitBuffer, RBitCount, Tmp
49 ;// bits in registers pBitStream, RBitBuffer, RBitCount. These registers
73 GBLS pBitStream ;// Register name for pBitStream variable
83 ;// pBitStream - points to the first byte not held in the BitBuffer
100 ;// $RBitStream - register to use for pBitStream (can be $ppBitStream)
108 ;// $pBitStream \
115 pBitStream SETS "$RBitStream"
120 LDR $pBitStream, [$ppBitStream]
126 LDRB $T2, [$pBitStream, #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c39 const OMX_U8 *pBitStream = *ppBitStream; local
47 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[2] << 8 ) | (pBitStream[3]) ;
48 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
74 const OMX_U8 *pBitStream = *ppBitStream; local
87 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[
143 const OMX_U8 *pBitStream = *ppBitStream; local
182 const OMX_U8 *pBitStream = *ppBitStream; local
254 OMX_U8 *pBitStream = *ppBitStream; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c39 const OMX_U8 *pBitStream = *ppBitStream; local
47 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[2] << 8 ) | (pBitStream[3]) ;
48 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
74 const OMX_U8 *pBitStream = *ppBitStream; local
87 Value = (pBitStream[0] << 24 ) | ( pBitStream[1] << 16) | (pBitStream[
143 const OMX_U8 *pBitStream = *ppBitStream; local
182 const OMX_U8 *pBitStream = *ppBitStream; local
254 OMX_U8 *pBitStream = *ppBitStream; local
[all...]

Completed in 495 milliseconds