Searched refs:videoComp (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c129 OMXVCM4P2VideoComponent videoComp; local
154 /* Setting the videoComp */
157 videoComp = OMX_VC_LUMINANCE;
161 videoComp = OMX_VC_CHROMINANCE;
174 videoComp);
197 videoComp);
204 videoComp,
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s104 videoComp RN 5 label
156 M_LDR videoComp,videoComponstack
158 ADD pDCLumaChromaIndex,pDCLumaChromaIndex,videoComp, LSL #6
H A DomxVCM4P2_PredictReconCoefIntra_s.s60 ; * [in] videoComp video component type (luminance, chrominance or
104 videoComp RN 7 label
141 M_LDR videoComp,videoComponStack ;// Load videoComp From Stack
148 ADD index,index,videoComp,LSL #5
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c75 * videoComp - video component type (luminance, chrominance) of the current
105 OMXVCM4P2VideoComponent videoComp
118 armRetArgErrIf((videoComp != OMX_VC_LUMINANCE) && (videoComp != OMX_VC_CHROMINANCE), OMX_Sts_BadArgErr);
131 if (videoComp == OMX_VC_LUMINANCE)
137 else if (videoComp == OMX_VC_CHROMINANCE)
H A DomxVCM4P2_QuantInvIntra_I.c51 * videoComp - video component type of the current block. Takes one of the
68 * - videoComp is neither OMX_VC_LUMINANCE nor OMX_VC_CHROMINANCE.
75 OMXVCM4P2VideoComponent videoComp,
86 armRetArgErrIf(((videoComp != OMX_VC_LUMINANCE) && (videoComp != OMX_VC_CHROMINANCE)), OMX_Sts_BadArgErr);
99 if (videoComp == OMX_VC_LUMINANCE)
119 else if (videoComp == OMX_VC_CHROMINANCE)
72 omxVCM4P2_QuantInvIntra_I( OMX_S16 * pSrcDst, OMX_INT QP, OMXVCM4P2VideoComponent videoComp, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeBlockCoef_Intra.c126 OMXVCM4P2VideoComponent videoComp; local
166 /* Setting the videoComp */
169 videoComp = OMX_VC_LUMINANCE;
173 videoComp = OMX_VC_CHROMINANCE;
186 videoComp);
209 videoComp);
216 videoComp,
H A DomxVCM4P2_PredictReconCoefIntra.c66 * videoComp - video component type (luminance or chrominance) of the
101 OMXVCM4P2VideoComponent videoComp
128 videoComp,
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c77 * videoComp - video component type (luminance or chrominance) of the
113 OMXVCM4P2VideoComponent videoComp
131 if (videoComp == OMX_VC_LUMINANCE)
136 else if (videoComp == OMX_VC_CHROMINANCE)
H A DomxVCM4P2_TransRecBlockCoef_intra.c157 OMXVCM4P2VideoComponent videoComp; local
188 /* Setting the videoComp */
191 videoComp = OMX_VC_LUMINANCE;
195 videoComp = OMX_VC_CHROMINANCE;
254 videoComp,
262 videoComp,
H A DarmVCM4P2_ACDCPredict.c66 * [in] videoComp video component type (luminance, chrominance or
95 OMXVCM4P2VideoComponent videoComp,
119 if (videoComp == OMX_VC_LUMINANCE)
138 else if (videoComp == OMX_VC_CHROMINANCE)
86 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c135 OMXVCM4P2VideoComponent videoComp; local
160 /* Setting the videoComp */
163 videoComp = OMX_VC_LUMINANCE;
167 videoComp = OMX_VC_CHROMINANCE;
180 videoComp);
203 videoComp);
210 videoComp,
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s104 videoComp RN 5 label
156 M_LDR videoComp,videoComponstack
158 ADD pDCLumaChromaIndex,pDCLumaChromaIndex,videoComp, LSL #6
H A DomxVCM4P2_PredictReconCoefIntra_s.s60 ; * [in] videoComp video component type (luminance, chrominance or
100 videoComp RN 7 label
173 M_LDR videoComp,videoComponStack ;// Load videoComp From Stack
178 ADD index,index,videoComp,LSL #5
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h1441 * videoComp - video component type (luminance, chrominance) of the current
1470 OMXVCM4P2VideoComponent videoComp
1738 * videoComp - video component type (luminance or chrominance) of the
1773 OMXVCM4P2VideoComponent videoComp
1806 * videoComp - video component type (luminance or chrominance) of the
1905 * videoComp - video component type of the current block. Takes one of the
1922 * - videoComp is neither OMX_VC_LUMINANCE nor OMX_VC_CHROMINANCE.
1928 OMXVCM4P2VideoComponent videoComp,
1947 * videoComp - video component type of the current block. Takes one of the
1964 * - videoComp i
[all...]
H A DarmVC.h116 * [in] videoComp video component type (luminance, chrominance or
145 OMXVCM4P2VideoComponent videoComp,
264 * [in] videoComp video component type (luminance, chrominance or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h1441 * videoComp - video component type (luminance, chrominance) of the current
1470 OMXVCM4P2VideoComponent videoComp
1738 * videoComp - video component type (luminance or chrominance) of the
1773 OMXVCM4P2VideoComponent videoComp
1806 * videoComp - video component type (luminance or chrominance) of the
1905 * videoComp - video component type of the current block. Takes one of the
1922 * - videoComp is neither OMX_VC_LUMINANCE nor OMX_VC_CHROMINANCE.
1928 OMXVCM4P2VideoComponent videoComp,
1947 * videoComp - video component type of the current block. Takes one of the
1964 * - videoComp i
[all...]
H A DarmVC.h116 * [in] videoComp video component type (luminance, chrominance or
145 OMXVCM4P2VideoComponent videoComp,
264 * [in] videoComp video component type (luminance, chrominance or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h1441 * videoComp - video component type (luminance, chrominance) of the current
1470 OMXVCM4P2VideoComponent videoComp
1738 * videoComp - video component type (luminance or chrominance) of the
1773 OMXVCM4P2VideoComponent videoComp
1806 * videoComp - video component type (luminance or chrominance) of the
1905 * videoComp - video component type of the current block. Takes one of the
1922 * - videoComp is neither OMX_VC_LUMINANCE nor OMX_VC_CHROMINANCE.
1928 OMXVCM4P2VideoComponent videoComp,
1947 * videoComp - video component type of the current block. Takes one of the
1964 * - videoComp i
[all...]
H A DarmVC.h116 * [in] videoComp video component type (luminance, chrominance or
145 OMXVCM4P2VideoComponent videoComp,
264 * [in] videoComp video component type (luminance, chrominance or

Completed in 4947 milliseconds