HomeSort by relevance Sort by last modified time
    Searched refs:videoComp (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 114 OMXVCM4P2VideoComponent videoComp;
139 /* Setting the videoComp */
142 videoComp = OMX_VC_LUMINANCE;
146 videoComp = OMX_VC_CHROMINANCE;
159 videoComp);
182 videoComp);
189 videoComp,
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 90 videoComp RN 5
142 M_LDR videoComp,videoComponstack
144 ADD pDCLumaChromaIndex,pDCLumaChromaIndex,videoComp, LSL #6
omxVCM4P2_PredictReconCoefIntra_s.s 46 ; * [in] videoComp video component type (luminance, chrominance or
90 videoComp RN 7
127 M_LDR videoComp,videoComponStack ;// Load videoComp From Stack
134 ADD index,index,videoComp,LSL #5
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 60 * videoComp - video component type (luminance, chrominance) of the current
79 * - VideoComp is not one component of enum OMXVCM4P2VideoComponent.
90 OMXVCM4P2VideoComponent videoComp
103 armRetArgErrIf((videoComp != OMX_VC_LUMINANCE) && (videoComp != OMX_VC_CHROMINANCE), OMX_Sts_BadArgErr);
116 if (videoComp == OMX_VC_LUMINANCE)
122 else if (videoComp == OMX_VC_CHROMINANCE)
omxVCM4P2_QuantInvIntra_I.c 36 * videoComp - video component type of the current block. Takes one of the
53 * - videoComp is neither OMX_VC_LUMINANCE nor OMX_VC_CHROMINANCE.
60 OMXVCM4P2VideoComponent videoComp,
71 armRetArgErrIf(((videoComp != OMX_VC_LUMINANCE) && (videoComp != OMX_VC_CHROMINANCE)), OMX_Sts_BadArgErr);
84 if (videoComp == OMX_VC_LUMINANCE)
104 else if (videoComp == OMX_VC_CHROMINANCE)
omxVCM4P2_DecodeBlockCoef_Intra.c 111 OMXVCM4P2VideoComponent videoComp;
151 /* Setting the videoComp */
154 videoComp = OMX_VC_LUMINANCE;
158 videoComp = OMX_VC_CHROMINANCE;
171 videoComp);
194 videoComp);
201 videoComp,
omxVCM4P2_PredictReconCoefIntra.c 51 * videoComp - video component type (luminance or chrominance) of the
86 OMXVCM4P2VideoComponent videoComp
113 videoComp,
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c 62 * videoComp - video component type (luminance or chrominance) of the
98 OMXVCM4P2VideoComponent videoComp
116 if (videoComp == OMX_VC_LUMINANCE)
121 else if (videoComp == OMX_VC_CHROMINANCE)
omxVCM4P2_TransRecBlockCoef_intra.c 142 OMXVCM4P2VideoComponent videoComp;
173 /* Setting the videoComp */
176 videoComp = OMX_VC_LUMINANCE;
180 videoComp = OMX_VC_CHROMINANCE;
239 videoComp,
247 videoComp,
armVCM4P2_ACDCPredict.c 51 * [in] videoComp video component type (luminance, chrominance or
80 OMXVCM4P2VideoComponent videoComp,
104 if (videoComp == OMX_VC_LUMINANCE)
123 else if (videoComp == OMX_VC_CHROMINANCE)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 120 OMXVCM4P2VideoComponent videoComp;
145 /* Setting the videoComp */
148 videoComp = OMX_VC_LUMINANCE;
152 videoComp = OMX_VC_CHROMINANCE;
165 videoComp);
188 videoComp);
195 videoComp,
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 90 videoComp RN 5
142 M_LDR videoComp,videoComponstack
144 ADD pDCLumaChromaIndex,pDCLumaChromaIndex,videoComp, LSL #6
omxVCM4P2_PredictReconCoefIntra_s.s 46 ; * [in] videoComp video component type (luminance, chrominance or
86 videoComp RN 7
159 M_LDR videoComp,videoComponStack ;// Load videoComp From Stack
164 ADD index,index,videoComp,LSL #5
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
armVC.h 101 * [in] videoComp video component type (luminance, chrominance or
130 OMXVCM4P2VideoComponent videoComp,
249 * [in] videoComp video component type (luminance, chrominance or
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
armVC.h 101 * [in] videoComp video component type (luminance, chrominance or
130 OMXVCM4P2VideoComponent videoComp,
249 * [in] videoComp video component type (luminance, chrominance or
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
armVC.h 101 * [in] videoComp video component type (luminance, chrominance or
130 OMXVCM4P2VideoComponent videoComp,
249 * [in] videoComp video component type (luminance, chrominance or
    [all...]

Completed in 968 milliseconds