Searched refs:OMX_INT (Results 1 - 25 of 99) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_Bitstream.h58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
141 OMX_INT *pOffset,
181 OMX_INT *pOffset,
183 OMX_INT codeLengt
[all...]
H A Domxtypes.h73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
75 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
157 /* OMX_INT */
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/ typedef
186 OMX_INT x; /** x-coordinate of top left corner of rectangle */
187 OMX_INT y; /** y-coordinate of top left corner of rectangle */
188 OMX_INT width; /** Width in the x-direction. */
189 OMX_INT height; /** Height in the y-direction. */
196 OMX_INT x; /** x-coordinate */
197 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_Bitstream.h58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
141 OMX_INT *pOffset,
181 OMX_INT *pOffset,
183 OMX_INT codeLengt
[all...]
H A Domxtypes.h73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
75 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
157 /* OMX_INT */
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/ typedef
186 OMX_INT x; /** x-coordinate of top left corner of rectangle */
187 OMX_INT y; /** y-coordinate of top left corner of rectangle */
188 OMX_INT width; /** Width in the x-direction. */
189 OMX_INT height; /** Height in the y-direction. */
196 OMX_INT x; /** x-coordinate */
197 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM_Bitstream.h58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
111 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
141 OMX_INT *pOffset,
181 OMX_INT *pOffset,
183 OMX_INT codeLengt
[all...]
H A Domxtypes.h73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
75 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
157 /* OMX_INT */
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/ typedef
186 OMX_INT x; /** x-coordinate of top left corner of rectangle */
187 OMX_INT y; /** y-coordinate of top left corner of rectangle */
188 OMX_INT width; /** Width in the x-direction. */
189 OMX_INT height; /** Height in the y-direction. */
196 OMX_INT x; /** x-coordinate */
197 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CompareMV.c57 * OMX_INT -- 1 to indicate that the current sad is the best
61 OMX_INT armVCM4P2_CompareMV (
64 OMX_INT candSAD,
67 OMX_INT bestSAD
H A DomxVCM4P2_BlockMatch_Integer_16x16.c95 OMX_INT refWidth,
100 const OMX_INT *pSrcPreSAD,
103 OMX_INT *pDstSAD
H A DomxVCM4P2_BlockMatch_Integer_8x8.c93 OMX_INT refWidth,
98 const OMX_INT *pSrcPreSAD,
101 OMX_INT *pDstSAD
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c100 OMX_INT * pBitOffset,
103 OMX_INT shortVideoHeader
H A DomxVCM4P2_EncodeVLCZigzag_IntraACVLC.c93 OMX_INT *pBitOffset,
97 OMX_INT shortVideoHeader
H A DomxVCM4P2_QuantInter_I.c74 OMX_INT shortVideoHeader
79 OMX_INT coeffCount;
80 OMX_INT fSign;
81 OMX_INT maxClpAC = 0, minClpAC = 0;
82 OMX_INT maxClpDC = 0, minClpDC = 0;
H A DarmVCM4P2_SetPredDir.c66 OMX_INT blockIndex,
69 OMX_INT *predDir,
70 OMX_INT *predQP,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h76 * OMX_INT -- 1 to indicate that the current sad is the best
80 OMX_INT armVCM4P2_CompareMV (
83 OMX_INT candSAD,
86 OMX_INT bestSAD);
141 OMX_INT curQP,
142 OMX_INT predQP,
143 OMX_INT predDir,
144 OMX_INT ACPredFlag,
147 OMX_INT *pSumErr
178 OMX_INT blockInde
[all...]
H A DomxVC.h236 OMX_INT step
274 OMX_INT step
313 OMX_INT srcStep,
316 OMX_INT *pDstSAD
354 OMX_INT srcStep,
397 OMX_INT Xcoord,
398 OMX_INT Ycoord,
399 OMX_INT size
558 OMX_INT x;
559 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h76 * OMX_INT -- 1 to indicate that the current sad is the best
80 OMX_INT armVCM4P2_CompareMV (
83 OMX_INT candSAD,
86 OMX_INT bestSAD);
141 OMX_INT curQP,
142 OMX_INT predQP,
143 OMX_INT predDir,
144 OMX_INT ACPredFlag,
147 OMX_INT *pSumErr
178 OMX_INT blockInde
[all...]
H A DomxVC.h236 OMX_INT step
274 OMX_INT step
313 OMX_INT srcStep,
316 OMX_INT *pDstSAD
354 OMX_INT srcStep,
397 OMX_INT Xcoord,
398 OMX_INT Ycoord,
399 OMX_INT size
558 OMX_INT x;
559 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h76 * OMX_INT -- 1 to indicate that the current sad is the best
80 OMX_INT armVCM4P2_CompareMV (
83 OMX_INT candSAD,
86 OMX_INT bestSAD);
141 OMX_INT curQP,
142 OMX_INT predQP,
143 OMX_INT predDir,
144 OMX_INT ACPredFlag,
147 OMX_INT *pSumErr
178 OMX_INT blockInde
[all...]
H A DomxVC.h236 OMX_INT step
274 OMX_INT step
313 OMX_INT srcStep,
316 OMX_INT *pDstSAD
354 OMX_INT srcStep,
397 OMX_INT Xcoord,
398 OMX_INT Ycoord,
399 OMX_INT size
558 OMX_INT x;
559 OMX_INT
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c77 OMX_INT sVLCSelect,
78 OMX_INT sMaxNumCoeff
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c112 OMX_INT *pBitOffset,
114 OMX_INT step,
119 OMX_INT blockIndex,
120 OMX_INT intraDCVLC,
121 OMX_INT ACPredFlag,
122 OMX_INT shortVideoHeader
127 OMX_INT predDir, predACDir;
128 OMX_INT predQP;
H A DomxVCM4P2_DecodeBlockCoef_Inter.c82 OMX_INT * pBitOffset,
84 OMX_INT QP,
85 OMX_INT shortVideoHeader
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c77 OMX_INT sVLCSelect,
78 OMX_INT sMaxNumCoeff
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c41 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
118 OMX_INT *pBitOffset,
120 OMX_INT step,
125 OMX_INT blockIndex,
126 OMX_INT intraDCVLC,
127 OMX_INT ACPredFlag,
128 OMX_INT shortVideoHeader
133 OMX_INT predDir, predACDir;
134 OMX_INT predQP;
H A DomxVCM4P2_DecodeBlockCoef_Inter.c82 OMX_INT * pBitOffset,
84 OMX_INT QP,
85 OMX_INT shortVideoHeader

Completed in 1852 milliseconds

1234