Searched refs:OMX_U32 (Results 1 - 25 of 131) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_QuantTables.c23 const OMX_U32 armVCM4P10_MFMatrix[6][3] =
H A DomxVCM4P10_SADQuar_16x.c61 OMX_U32 iSrcStep,
62 OMX_U32 iRefStep0,
63 OMX_U32 iRefStep1,
64 OMX_U32* pDstSAD,
65 OMX_U32 iHeight
H A DomxVCM4P10_SADQuar_4x.c61 OMX_U32 iSrcStep,
62 OMX_U32 iRefStep0,
63 OMX_U32 iRefStep1,
64 OMX_U32* pDstSAD,
65 OMX_U32 iHeight
H A DomxVCM4P10_SADQuar_8x.c61 OMX_U32 iSrcStep,
62 OMX_U32 iRefStep0,
63 OMX_U32 iRefStep1,
64 OMX_U32* pDstSAD,
65 OMX_U32 iHeight
H A DarmVCM4P10_Interpolate_Chroma.c47 OMX_U32 iSrcStep,
49 OMX_U32 iDstStep,
50 OMX_U32 iWidth,
51 OMX_U32 iHeight,
52 OMX_U32 dx,
53 OMX_U32 dy
56 OMX_U32 EightMinusdx = 8 - dx;
57 OMX_U32 EightMinusdy = 8 - dy;
58 OMX_U32 ACoeff, BCoeff, CCoeff, DCoeff;
59 OMX_U32
[all...]
H A DarmVCM4P10_SADQuar.c49 OMX_U32 iSrcStep,
50 OMX_U32 iRefStep0,
51 OMX_U32 iRefStep1,
52 OMX_U32* pDstSAD,
53 OMX_U32 iHeight,
54 OMX_U32 iWidth
H A DomxVCM4P10_Average_4x.c60 OMX_U32 iPredStep0,
61 OMX_U32 iPredStep1,
63 OMX_U32 iDstStep,
64 OMX_U32 iHeight
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h138 OMX_U32 nSize; /**< size of the structure in bytes */
140 OMX_U32 nPortIndex; /**< Indicates which port to set */
141 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
178 OMX_U32 nSize; /**< Size of this structure, in Bytes */
180 OMX_U32 nPortIndex; /**< port that this structure applies to */
181 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
186 OMX_U32 nBitPerSample; /**< Bit per sample */
187 OMX_U32 nSamplingRate; /**< Sampling rate of the source data. Use 0 for
223 OMX_U32 nSize; /**< size of the structure in bytes */
225 OMX_U32 nPortInde
[all...]
H A DOMX_IVCommon.h173 OMX_U32 nSize; /**< Size of the structure in bytes */
175 OMX_U32 nPortIndex; /**< Port that this struct applies to */
187 OMX_U32 nSize; /**< Size of the structure in bytes */
189 OMX_U32 nPortIndex; /**< Port that this struct applies to */
226 OMX_U32 nSize;
228 OMX_U32 nPortIndex;
247 OMX_U32 nSize;
249 OMX_U32 nPortIndex;
267 OMX_U32 nSize;
269 OMX_U32 nPortInde
[all...]
H A DOMX_Video.h145 OMX_U32 nFrameWidth;
146 OMX_U32 nFrameHeight;
148 OMX_U32 nSliceHeight;
149 OMX_U32 nBitrate;
150 OMX_U32 xFramerate;
174 OMX_U32 nSize;
176 OMX_U32 nPortIndex;
177 OMX_U32 nIndex;
180 OMX_U32 xFramerate;
198 OMX_U32 nSiz
[all...]
H A DOMX_Image.h131 OMX_U32 nFrameWidth;
132 OMX_U32 nFrameHeight;
134 OMX_U32 nSliceHeight;
158 OMX_U32 nSize;
160 OMX_U32 nPortIndex;
161 OMX_U32 nIndex;
196 OMX_U32 nSize;
198 OMX_U32 nPortIndex;
230 OMX_U32 nSize;
232 OMX_U32 nPortInde
[all...]
H A DOMX_Other.h102 OMX_U32 nSize; /**< size of the structure in bytes */
130 OMX_U32 nSize; /**< size of the structure in bytes */
133 OMX_U32 nPortIndex; /**< port that this structure applies to */
193 OMX_U32 nSize; /**< size of the structure in bytes */
195 OMX_U32 nPortIndex; /**< port that this structure applies to */
234 OMX_U32 nSize; /**< size of the structure in bytes */
236 OMX_U32 nClientPrivate; /**< Client private data to disabiguate this media time
261 OMX_U32 nSize; /**< size of the structure in bytes */
290 OMX_U32 nSize; /**< size of the structure in bytes */
299 OMX_U32 nWaitMas
[all...]
H A DOMX_Component.h79 OMX_U32 nSize; /**< Size of the structure in bytes */
81 OMX_U32 nPortIndex; /**< Port number the structure applies to */
83 OMX_U32 nBufferCountActual; /**< The actual number of buffers allocated on this port */
84 OMX_U32 nBufferCountMin; /**< The minimum number of buffers this port requires */
85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
102 OMX_U32 nBufferAlignment;
107 OMX_U32 nSize; /**< Size of this structure, in Bytes */
109 OMX_U32 nPortIndex; /**< port that this structure applies to */
110 OMX_U32 nU32; /**< U32 value */
124 OMX_U32 nSiz
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DarmVCCOMM_Average.c47 OMX_U32 iPredStep0,
48 OMX_U32 iPredStep1,
50 OMX_U32 iDstStep,
51 OMX_U32 iWidth,
52 OMX_U32 iHeight
55 OMX_U32 x, y;
67 (OMX_U8)(((OMX_U32)pPred0 [y * iPredStep0 + x] +
H A DarmVCCOMM_SAD.c44 OMX_U32 iStepOrg,
46 OMX_U32 iStepRef,
48 OMX_U32 iHeight,
49 OMX_U32 iWidth
H A DomxVCCOMM_Average_16x.c62 OMX_U32 iPredStep0,
63 OMX_U32 iPredStep1,
65 OMX_U32 iDstStep,
66 OMX_U32 iHeight
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h44 OMX_U32 nSize;
46 OMX_U32 nPortIndex;
70 OMX_U32 nSize;
72 OMX_U32 nPortIndex;
82 OMX_U32 nSize;
84 OMX_U32 nPortIndex;
96 OMX_U32 nSize; // IN
98 OMX_U32 nPortIndex; // IN
99 OMX_U32 nUsage; // OUT
114 OMX_U32 nSiz
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h302 OMX_U32 storeRun,
504 OMX_U32 run,
506 OMX_U32 runPlus,
551 OMX_U32 run,
552 OMX_U32 runPlus,
704 extern const OMX_U32 armVCM4P10_MFMatrix[6][3];
849 OMX_U32 iSrcStep,
851 OMX_U32 iDstStep,
852 OMX_U32 iWidth,
853 OMX_U32 iHeigh
[all...]
H A DomxVC.h92 OMX_U32 iPredStep0,
93 OMX_U32 iPredStep1,
95 OMX_U32 iDstStep,
96 OMX_U32 iHeight
140 OMX_U32 iPredStep0,
141 OMX_U32 iPredStep1,
143 OMX_U32 iDstStep,
144 OMX_U32 iHeight
195 OMX_U32 iFrameWidth,
196 OMX_U32 iFrameHeigh
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h302 OMX_U32 storeRun,
504 OMX_U32 run,
506 OMX_U32 runPlus,
551 OMX_U32 run,
552 OMX_U32 runPlus,
704 extern const OMX_U32 armVCM4P10_MFMatrix[6][3];
849 OMX_U32 iSrcStep,
851 OMX_U32 iDstStep,
852 OMX_U32 iWidth,
853 OMX_U32 iHeigh
[all...]
H A DomxVC.h92 OMX_U32 iPredStep0,
93 OMX_U32 iPredStep1,
95 OMX_U32 iDstStep,
96 OMX_U32 iHeight
140 OMX_U32 iPredStep0,
141 OMX_U32 iPredStep1,
143 OMX_U32 iDstStep,
144 OMX_U32 iHeight
195 OMX_U32 iFrameWidth,
196 OMX_U32 iFrameHeigh
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h302 OMX_U32 storeRun,
504 OMX_U32 run,
506 OMX_U32 runPlus,
551 OMX_U32 run,
552 OMX_U32 runPlus,
704 extern const OMX_U32 armVCM4P10_MFMatrix[6][3];
849 OMX_U32 iSrcStep,
851 OMX_U32 iDstStep,
852 OMX_U32 iWidth,
853 OMX_U32 iHeigh
[all...]
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h69 virtual void onQueueFilled(OMX_U32 portIndex);
70 List<BufferInfo *> &getPortQueue(OMX_U32 portIndex);
72 virtual void onPortFlushCompleted(OMX_U32 portIndex);
73 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
75 PortInfo *editPortInfo(OMX_U32 portIndex);
98 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data);
108 OMX_U32 portIndex,
110 OMX_U32 size,
115 OMX_U32 portIndex,
117 OMX_U32 siz
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h43 virtual void onQueueFilled(OMX_U32 portIndex);
53 OMX_U32 mNumChannels;
54 OMX_U32 mSampleRate;
55 OMX_U32 mBitRate;
56 OMX_U32 mAACProfile;
/frameworks/av/include/media/
H A DIOMX.h83 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0;
86 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0;
89 node_id node, OMX_U32 port_index, OMX_U32* usage) = 0;
92 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
96 node_id node, OMX_U32 port_index,
104 node_id node, OMX_U32 port_index, size_t size,
108 node_id node, OMX_U32 port_index, const sp<IMemory> &params,
112 node_id node, OMX_U32 port_index, buffer_id buffer) = 0;
119 OMX_U32 range_offse
[all...]

Completed in 1674 milliseconds

123456