OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBitStream
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c
39
const OMX_U8 *
pBitStream
= *ppBitStream;
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;
87
Value = (
pBitStream
[0] << 24 ) | (
pBitStream
[1] << 16) | (
pBitStream
[2] << 8 ) | (pBitStream[3])
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c
39
const OMX_U8 *
pBitStream
= *ppBitStream;
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;
87
Value = (
pBitStream
[0] << 24 ) | (
pBitStream
[1] << 16) | (
pBitStream
[2] << 8 ) | (pBitStream[3])
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c
39
const OMX_U8 *
pBitStream
= *ppBitStream;
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;
87
Value = (
pBitStream
[0] << 24 ) | (
pBitStream
[1] << 16) | (
pBitStream
[2] << 8 ) | (pBitStream[3])
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h
46
;// 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
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
, #2
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h
46
;// 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
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
, #2
[
all
...]
Completed in 184 milliseconds