Searched defs:index (Results 151 - 175 of 699) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.c152 static SLresult IPlaybackRate_GetRateRange(SLPlaybackRateItf self, SLuint8 index, argument
159 (0 < index)) {
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp189 int index = pContext->index; local
190 // if the index refers to HW , do not do anything. Just return.
191 if (index == SUB_FX_HOST) {
192 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
234 // Return error if the CMD_OFFLOAD sends the index as OFFLOAD
236 pContext->index = SUB_FX_HOST;
250 // Assign the effect context index based on isOffload field of the structure
251 pContext->index
277 int index = pContext->index; local
[all...]
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp172 status_t AudioParameter::getAt(size_t index, String8& key, String8& value) argument
174 if (mParameters.size() > index) {
175 key = mParameters.keyAt(index);
176 value = mParameters.valueAt(index);
H A DIStreamSource.cpp72 virtual void onBufferAvailable(size_t index) { argument
75 data.writeInt64(static_cast<int64_t>(index));
145 virtual void queueBuffer(size_t index, size_t size) { argument
148 data.writeInt64(static_cast<int64_t>(index));
180 size_t index = static_cast<size_t>(data.readInt64()); local
183 queueBuffer(index, size);
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp98 sp<MediaSource> WVMExtractor::getTrack(size_t index) { argument
102 return mImpl->getTrack(index);
105 sp<MetaData> WVMExtractor::getTrackMetaData(size_t index, uint32_t flags) { argument
109 return mImpl->getTrackMetaData(index, flags);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp102 MSBs -- Word16 -- MSB part of the index
103 LSBs -- Word16 -- LSB part of the index
104 index1 -- Word16 -- index for first pos in pos_index[]
105 index2 -- Word16 -- index for second pos in pos_index[]
106 index3 -- Word16 -- index for third pos in pos_index[]
164 Word16 MSBs, /* i : MSB part of the index */
165 Word16 LSBs, /* i : LSB part of the index */
166 Word16 index1, /* i : index for first pos in pos_index[] */
167 Word16 index2, /* i : index for second pos in pos_index[] */
168 Word16 index3, /* i : index fo
558 dec_8i40_31bits( Word16 index[], Word16 cod[], Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp116 OMX_INDEXTYPE index, OMX_PTR params) {
117 switch (index) {
179 return SimpleSoftOMXComponent::internalGetParameter(index, params);
184 OMX_INDEXTYPE index, const OMX_PTR params) {
185 switch (index) {
269 return SimpleSoftOMXComponent::internalSetParameter(index, params);
115 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
183 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.cpp137 This is a local function that determnes the index of the pulses by looking up
248 This function builds the codeword, the filtered codeword and index of the
268 Word16 indx[] // (o) : index of 10 pulses (sign+position)
271 Word16 i, j, k, track, index, _sign[NB_PULSE];
291 index = mult (i, 6554); // index = pos/5
293 track = sub (i, extract_l (L_shr (L_mult (index, 5), 1)));
305 index = add (index, 8);
310 indx[track] = index;
409 Word16 i, k, track, index, _sign[NB_PULSE]; local
[all...]
H A Dcl_ltp.cpp515 Word16 index;
526 T0_frac, &resu3, &index);
528 *(*anap)++ = index;
642 Word16 index; local
668 &index,
671 *(*anap)++ = index;
H A Dqua_gain.cpp142 Word16 -- index of quantization.
193 Qua_gain( /* o : index of quantization. */
214 Word16 index = 0; local
327 * error for the quantized gains from the table. The index for the *
364 /* store table index if MSE for this index is lower
369 index = i;
380 p = &table_gain[shl(index, 2, pOverflow)];
399 return index;
/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/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/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/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]
/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_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/rtsp/
H A DARTPSession.cpp86 notify->setSize("track-index", mTracks.size() - 1);
139 CHECK(msg->findSize("track-index", &trackIndex));
198 bool ARTPSession::validateMediaFormat(size_t index, unsigned *port) const { argument
200 mDesc->getFormat(index, &format);
237 sp<MediaSource> ARTPSession::trackAt(size_t index) { argument
238 CHECK_LT(index, mTracks.size());
239 return mTracks.editItemAt(index).mPacketSource;
H A DARTPSource.cpp42 const sp<ASessionDescription> &sessionDesc, size_t index,
56 sessionDesc->getFormatType(index, &PT, &desc, &params);
40 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp63 status_t TimedTextDriver::selectTrack_l(size_t index) { argument
64 if (mCurrentTrackIndex == index) {
68 source = mTextSourceVector.valueFor(index);
73 mCurrentTrackIndex = index;
118 status_t TimedTextDriver::selectTrack(size_t index) { argument
126 ret = selectTrack_l(index);
130 ret = selectTrack_l(index);
142 status_t TimedTextDriver::unselectTrack(size_t index) { argument
145 if (mCurrentTrackIndex != index) {
/frameworks/av/media/mtp/
H A DMtpPacket.cpp135 uint32_t MtpPacket::getParameter(int index) const {
136 if (index < 1 || index > 5) {
137 ALOGE("index %d out of range in MtpPacket::getParameter", index);
140 return getUInt32(MTP_CONTAINER_PARAMETER_OFFSET + (index - 1) * sizeof(uint32_t));
143 void MtpPacket::setParameter(int index, uint32_t value) { argument
144 if (index < 1 || index > 5) {
145 ALOGE("index
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java292 AccessibilityNodeInfo fromNode, int index) {
294 if (subSelector.isMatchFor(fromNode, index)) {
403 UiSelector subSelector, AccessibilityNodeInfo fromNode, int index,
406 if (subSelector.isMatchFor(fromNode, index)) {
423 // pattern index hits 0.
291 findNodeRegularRecursive(UiSelector subSelector, AccessibilityNodeInfo fromNode, int index) argument
402 findNodePatternRecursive( UiSelector subSelector, AccessibilityNodeInfo fromNode, int index, UiSelector originalPattern) argument
/frameworks/base/core/java/android/alsa/
H A DAlsaDevicesParser.java193 public AlsaDeviceRecord getDeviceRecordAt(int index) { argument
194 return deviceRecords_.get(index);
199 for (int index = 0; index < numDevRecs; ++index) {
200 Slog.w(TAG, "usb:" + getDeviceRecordAt(index).textFormat());
209 for (int index = 0; index < deviceRecords_.size(); index++) {
210 AlsaDeviceRecord deviceRecord = deviceRecords_.get(index);
[all...]
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java141 private PointF pointForIndex(int index) { argument
142 int base = (index * NUM_COMPONENTS);

Completed in 8175 milliseconds

1234567891011>>