Searched defs:index (Results 101 - 125 of 699) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp141 void *userData, int32_t index, uint8_t **yuv) {
144 return encoder->bindOutputBuffer(index, yuv);
147 static void UnbindFrameWrapper(void *userData, int32_t index) { argument
150 return encoder->unbindOutputBuffer(index);
358 OMX_INDEXTYPE index, OMX_PTR params) {
359 switch (index) {
408 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
413 OMX_INDEXTYPE index, const OMX_PTR params) {
414 int32_t indexFull = index;
465 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param
140 BindFrameWrapper( void *userData, int32_t index, uint8_t **yuv) argument
357 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
412 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
694 unbindOutputBuffer(int32_t index) argument
698 bindOutputBuffer(int32_t index, uint8_t **yuv) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1812 int index; local
1825 index = offset_dx + (offset_dy << 1) + ((blkwidth << 1) & 0x7);
1827 (*(eChromaMC_SIMD[index]))(ref, picpitch , dx, dy, pred, picpitch, blkwidth, blkheight);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp153 OMX_INDEXTYPE index, OMX_PTR params) {
154 ALOGV("SoftFlacEncoder::internalGetParameter(index=0x%x)", index);
156 switch (index) {
190 return SimpleSoftOMXComponent::internalGetParameter(index, params);
195 OMX_INDEXTYPE index, const OMX_PTR params) {
196 switch (index) {
261 return SimpleSoftOMXComponent::internalSetParameter(index, params);
152 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
194 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp105 OMX_INDEXTYPE index, OMX_PTR params) {
106 switch (index) {
138 return SimpleSoftOMXComponent::internalGetParameter(index, params);
143 OMX_INDEXTYPE index, const OMX_PTR params) {
144 switch (index) {
188 return SimpleSoftOMXComponent::internalSetParameter(index, params);
104 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
142 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp103 OMX_INDEXTYPE index, OMX_PTR params) {
104 switch (index) {
129 return SimpleSoftOMXComponent::internalGetParameter(index, params);
134 OMX_INDEXTYPE index, const OMX_PTR params) {
135 switch (index) {
171 return SimpleSoftOMXComponent::internalSetParameter(index, params);
102 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
133 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp471 OMX_ERRORTYPE SoftHEVC::internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params) { argument
474 OMX_ERRORTYPE ret = SoftVideoDecoderOMXComponent::internalSetParameter(index, params);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp35 int index, counter; local
87 /* brwidth is used as an index when counting blocks */
102 /* Set the index to the current block of the second row counting in blocks */
103 index = brwidth + bc;
109 QP = QP_store[index];
114 if (((pp_mod[index]&0x02) != 0) && ((pp_mod[index-pp_w]&0x02) != 0))
118 pp_mod[index-pp_w] |= 0x10; /* 4/26/00 reuse pp_mod for HorzHflag*/
121 for (index = BLKSIZE; index >
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp219 OMX_INDEXTYPE index, OMX_PTR params) {
220 switch (index) {
281 return SoftVideoEncoderOMXComponent::internalGetParameter(index, params);
286 OMX_INDEXTYPE index, const OMX_PTR params) {
287 int32_t indexFull = index;
352 return SoftVideoEncoderOMXComponent::internalSetParameter(index, params);
218 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
285 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp2174 int index; local
2186 index = encData->encParams->profile_table_index;
2187 max_buffer_size = (encData->encParams->nLayers == 1 ? profile_level_max_VBV_size[index] :
2188 scalable_profile_level_max_VBV_size[index]);
2976 Int k = 0, width16, height16, index; local
2986 index = video->encParams->profile_table_index;
3014 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[index];
3024 video->encParams->LayerMaxFrameRate[0] = (float)profile_level_max_mbsPerSec[index] / nTotalMB;
3039 if (nLayers == 1 && base_VBV_size > profile_level_max_VBV_size[index])
3052 video->encParams->LayerMaxBitRate[1] = scalable_profile_level_max_bitrate[index];
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp124 OMX_INDEXTYPE index, OMX_PTR params) {
125 switch (index) {
167 return SimpleSoftOMXComponent::internalGetParameter(index, params);
172 OMX_INDEXTYPE index, const OMX_PTR params) {
173 switch (index) {
204 return SimpleSoftOMXComponent::internalSetParameter(index, params);
123 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
171 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp352 OMX_ERRORTYPE SoftVPXEncoder::internalGetParameter(OMX_INDEXTYPE index, argument
354 // can include extension index OMX_INDEXEXTTYPE
355 const int32_t indexFull = index;
413 return SoftVideoEncoderOMXComponent::internalGetParameter(index, param);
418 OMX_ERRORTYPE SoftVPXEncoder::internalSetParameter(OMX_INDEXTYPE index, argument
420 // can include extension index OMX_INDEXEXTTYPE
421 const int32_t indexFull = index;
437 return SoftVideoEncoderOMXComponent::internalSetParameter(index, param);
442 OMX_INDEXTYPE index, const OMX_PTR _params) {
443 switch (index) {
441 setConfig( OMX_INDEXTYPE index, const OMX_PTR _params) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateLuma_s.s101 index RN 6 label
126 ;// r6 - index
132 index RN 6 label
155 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
165 ;// switch table using motion vector as index
166 M_SWITCH index, L
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s108 index RN 4 label
225 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
227 TEQ index,temp
230 SUB mvHorData,index,#32 ;// mvHorData=index-32
255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
257 TEQ index,temp
260 SUB mvVerData,index,#32 ;// mvVerData=index-32
H A DomxVCM4P2_PredictReconCoefIntra_s.s123 index RN 12 label
147 LDR index, =armVCM4P2_DCScaler
148 ADD index,index,videoComp,LSL #5
149 LDRB dcScaler,[index,QP]
H A DomxVCM4P2_QuantInvIntra_I_s.s90 index RN 6 label
114 LDR index, =armVCM4P2_DCScaler
115 ADD index,index,videoComp,LSL #5
116 LDRB dcScaler,[index,QP]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateLuma_s.s91 index RN 6 label
196 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
208 ;// switch table using motion vector as index
209 ADD pc, pc, index, LSL #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s108 index RN 4 label
225 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
227 TEQ index,temp
230 SUB mvHorData,index,#32 ;// mvHorData=index-32
255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
257 TEQ index,temp
260 SUB mvVerData,index,#32 ;// mvVerData=index-32
H A DomxVCM4P2_PredictReconCoefIntra_s.s106 index RN 6 label
177 LDR index, =armVCM4P2_DCScaler
178 ADD index,index,videoComp,LSL #5
179 LDRB dcScaler,[index,QP]
H A DomxVCM4P2_QuantInvIntra_I_s.s90 index RN 5 label
142 LDR index, =armVCM4P2_DCScaler
143 ADD index,index,videoComp,LSL #5
144 LDRB dcScaler,[index,QP]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Copy16x16.c75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
88 for (x = 0; x < 16; x++, count++, index++)
90 pDst[index] = pSrc[count];
H A DomxVCCOMM_Copy8x8.c75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
88 for (x = 0; x < 8; x++, count++, index++)
90 pDst[index] = pSrc[count];
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c90 OMX_INT outer, inner, count, index; local
110 for (outer = 0, count = 0,index = 0;
112 outer++, index += refWidth - BlockSize)
114 for (inner = 0; inner < BlockSize; inner++, count++, index++)
116 refSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
165 for (outer = 0, count = 0, candSAD = 0,index = 0;
167 outer++, index += refWidth - BlockSize)
169 for (inner = 0; inner < BlockSize; inner++, count++,index++)
172 pTempSrcRefBuf[index]
173 + pTempSrcRefBuf[index
[all...]
H A DarmVCM4P2_BlockMatch_Integer.c98 OMX_INT outer, inner, count,index; local
156 for (outer = 0, count = 0, index = 0, candSAD = 0;
158 outer++, index += refWidth - BlockSize)
160 for (inner = 0; inner < BlockSize; inner++, count++, index++)
162 candSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
H A DomxVCM4P2_DecodePadMV_PVOP.c110 OMX_S8 scaleFactor, index; local
158 index = armUnPackVLC32(ppBitStream, pBitOffset,
160 armRetDataErrIf(index == -1, OMX_Sts_Err);
162 mvHorData = index - 32;
171 index = armUnPackVLC32(ppBitStream, pBitOffset, armVCM4P2_aVlcMVD);
172 armRetDataErrIf(index == -1, OMX_Sts_Err);
174 mvVerData = index - 32;
H A DomxVCM4P2_EncodeMV.c57 * pBitOffset - index of the first free (next available) bit in the stream
76 * pBitOffset - updated index of the next available bit position in stream
106 OMX_U8 scaleFactor, index; local
196 /* The index is actually calculate as
197 index = ((float) (mvHorData/2) + 16) * 2,
201 index = mvHorData + 32;
202 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index]);
208 /* The index is actually calculate as
209 index = ((float) (mvVerData/2) + 16) * 2,
213 index
[all...]

Completed in 1480 milliseconds

1234567891011>>