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.h43 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
61 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
78 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
96 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
126 OMX_INT *pOffset,
166 OMX_INT *pOffset,
168 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.h43 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
61 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
78 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
96 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
126 OMX_INT *pOffset,
166 OMX_INT *pOffset,
168 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.h43 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
61 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
78 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
96 OMXVoid armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N);
126 OMX_INT *pOffset,
166 OMX_INT *pOffset,
168 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.c42 * OMX_INT -- 1 to indicate that the current sad is the best
46 OMX_INT armVCM4P2_CompareMV (
49 OMX_INT candSAD,
52 OMX_INT bestSAD
H A DomxVCM4P2_BlockMatch_Integer_16x16.c80 OMX_INT refWidth,
85 const OMX_INT *pSrcPreSAD,
88 OMX_INT *pDstSAD
H A DomxVCM4P2_BlockMatch_Integer_8x8.c78 OMX_INT refWidth,
83 const OMX_INT *pSrcPreSAD,
86 OMX_INT *pDstSAD
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c85 OMX_INT * pBitOffset,
88 OMX_INT shortVideoHeader
H A DomxVCM4P2_EncodeVLCZigzag_IntraACVLC.c78 OMX_INT *pBitOffset,
82 OMX_INT shortVideoHeader
H A DomxVCM4P2_QuantInter_I.c59 OMX_INT shortVideoHeader
64 OMX_INT coeffCount;
65 OMX_INT fSign;
66 OMX_INT maxClpAC = 0, minClpAC = 0;
67 OMX_INT maxClpDC = 0, minClpDC = 0;
H A DarmVCM4P2_SetPredDir.c51 OMX_INT blockIndex,
54 OMX_INT *predDir,
55 OMX_INT *predQP,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h61 * OMX_INT -- 1 to indicate that the current sad is the best
65 OMX_INT armVCM4P2_CompareMV (
68 OMX_INT candSAD,
71 OMX_INT bestSAD);
126 OMX_INT curQP,
127 OMX_INT predQP,
128 OMX_INT predDir,
129 OMX_INT ACPredFlag,
132 OMX_INT *pSumErr
163 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.h61 * OMX_INT -- 1 to indicate that the current sad is the best
65 OMX_INT armVCM4P2_CompareMV (
68 OMX_INT candSAD,
71 OMX_INT bestSAD);
126 OMX_INT curQP,
127 OMX_INT predQP,
128 OMX_INT predDir,
129 OMX_INT ACPredFlag,
132 OMX_INT *pSumErr
163 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.h61 * OMX_INT -- 1 to indicate that the current sad is the best
65 OMX_INT armVCM4P2_CompareMV (
68 OMX_INT candSAD,
71 OMX_INT bestSAD);
126 OMX_INT curQP,
127 OMX_INT predQP,
128 OMX_INT predDir,
129 OMX_INT ACPredFlag,
132 OMX_INT *pSumErr
163 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.c62 OMX_INT sVLCSelect,
63 OMX_INT sMaxNumCoeff
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c97 OMX_INT *pBitOffset,
99 OMX_INT step,
104 OMX_INT blockIndex,
105 OMX_INT intraDCVLC,
106 OMX_INT ACPredFlag,
107 OMX_INT shortVideoHeader
112 OMX_INT predDir, predACDir;
113 OMX_INT predQP;
H A DomxVCM4P2_DecodeBlockCoef_Inter.c67 OMX_INT * pBitOffset,
69 OMX_INT QP,
70 OMX_INT shortVideoHeader
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c62 OMX_INT sVLCSelect,
63 OMX_INT sMaxNumCoeff
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c26 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
103 OMX_INT *pBitOffset,
105 OMX_INT step,
110 OMX_INT blockIndex,
111 OMX_INT intraDCVLC,
112 OMX_INT ACPredFlag,
113 OMX_INT shortVideoHeader
118 OMX_INT predDir, predACDir;
119 OMX_INT predQP;
H A DomxVCM4P2_DecodeBlockCoef_Inter.c67 OMX_INT * pBitOffset,
69 OMX_INT QP,
70 OMX_INT shortVideoHeader

Completed in 318 milliseconds

1234