Searched defs:index (Results 126 - 150 of 587) sorted by relevance

1234567891011>>

/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/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.cpp122 OMX_INDEXTYPE index, OMX_PTR params) {
123 switch (index) {
148 return SimpleSoftOMXComponent::internalGetParameter(index, params);
153 OMX_INDEXTYPE index, const OMX_PTR params) {
154 switch (index) {
170 return SimpleSoftOMXComponent::internalSetParameter(index, params);
121 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
152 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.s87 index RN 6 label
112 ;// r6 - index
118 index RN 6 label
141 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
151 ;// switch table using motion vector as index
152 M_SWITCH index, L
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s94 index RN 4 label
211 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
213 TEQ index,temp
216 SUB mvHorData,index,#32 ;// mvHorData=index-32
241 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
243 TEQ index,temp
246 SUB mvVerData,index,#32 ;// mvVerData=index-32
H A DomxVCM4P2_PredictReconCoefIntra_s.s109 index RN 12 label
133 LDR index, =armVCM4P2_DCScaler
134 ADD index,index,videoComp,LSL #5
135 LDRB dcScaler,[index,QP]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s94 index RN 4 label
211 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
213 TEQ index,temp
216 SUB mvHorData,index,#32 ;// mvHorData=index-32
241 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
243 TEQ index,temp
246 SUB mvVerData,index,#32 ;// mvVerData=index-32
H A DomxVCM4P2_QuantInvIntra_I_s.s76 index RN 5 label
128 LDR index, =armVCM4P2_DCScaler
129 ADD index,index,videoComp,LSL #5
130 LDRB dcScaler,[index,QP]
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp99 OMX_INDEXTYPE index, OMX_PTR params) {
100 switch (index) {
125 return SimpleSoftOMXComponent::internalGetParameter(index, params);
130 OMX_INDEXTYPE index, const OMX_PTR params) {
131 switch (index) {
162 return SimpleSoftOMXComponent::internalSetParameter(index, params);
98 internalGetParameter( OMX_INDEXTYPE index, OMX_PTR params) argument
129 internalSetParameter( OMX_INDEXTYPE index, const OMX_PTR params) argument
/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.cpp60 status_t TimedTextDriver::selectTrack_l(size_t index) { argument
61 if (mCurrentTrackIndex == index) {
65 source = mTextSourceVector.valueFor(index);
70 mCurrentTrackIndex = index;
115 status_t TimedTextDriver::selectTrack(size_t index) { argument
123 ret = selectTrack_l(index);
127 ret = selectTrack_l(index);
139 status_t TimedTextDriver::unselectTrack(size_t index) { argument
142 if (mCurrentTrackIndex != index) {
/frameworks/av/media/libstagefright/wifi-display/
H A DParsedMessage.cpp50 ssize_t index = mDict.indexOfKey(key); local
52 if (index < 0) {
58 *value = mDict.valueAt(index);
171 void ParsedMessage::getRequestField(size_t index, AString *field) const { argument
177 for (size_t i = 0; i <= index; ++i) {
/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/core/java/android/content/
H A DClipDescription.java172 public String getMimeType(int index) { argument
173 return mMimeTypes[index];
H A DSyncStatusInfo.java130 public void setPeriodicSyncTime(int index, long when) { argument
131 ensurePeriodicSyncTimeSize(index);
132 periodicSyncTimes.set(index, when);
135 private void ensurePeriodicSyncTimeSize(int index) { argument
140 final int requiredSize = index + 1;
148 public long getPeriodicSyncTime(int index) { argument
149 if (periodicSyncTimes == null || periodicSyncTimes.size() < (index + 1)) {
152 return periodicSyncTimes.get(index);
155 public void removePeriodicSyncTime(int index) { argument
156 ensurePeriodicSyncTimeSize(index);
[all...]
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java189 private int index; field in class:MatrixCursor.RowBuilder
192 RowBuilder(int index, int endIndex) { argument
193 this.index = index;
205 if (index == endIndex) {
210 data[index++] = columnValue;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java127 * @param index The 1-based index to the parameter to bind null to
129 public void bindNull(int index) { argument
130 bind(index, null);
137 * @param index The 1-based index to the parameter to bind
140 public void bindLong(int index, long value) { argument
141 bind(index, value);
148 * @param index The 1-based index t
151 bindDouble(int index, double value) argument
162 bindString(int index, String value) argument
176 bindBlob(int index, byte[] value) argument
210 bind(int index, Object value) argument
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java117 /** Remove a key/value pair. If found, returns the index or -1 if not found */
168 private void insert(byte[] keyBytes, byte[] value, int index) { argument
174 for (int i = 0; i < index && insertion < mData.length; i++) {
193 /** Return a key in the TXT record by zero-based index. Returns null if index exceeds the total number of keys. */
194 private String getKey(int index) { argument
197 for (int i=0; i < index && avStart < mData.length; i++) {
214 * Look up a key in the TXT record by zero-based index and return its value.
215 * Returns null if index exceeds the total number of keys.
218 private byte[] getValue(int index) { argument
241 getValueAsString(int index) argument
[all...]
/frameworks/base/core/java/android/os/
H A DWorkSource.java72 public int get(int index) { argument
73 return mUids[index];
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java148 protected Object onGetDefaultValue(TypedArray a, int index) { argument
149 return a.getString(index);
H A DPreferenceGroup.java116 * Returns the {@link Preference} at a particular index.
118 * @param index The index of the {@link Preference} to retrieve.
121 public Preference getPreference(int index) { argument
122 return mPreferenceList.get(index);

Completed in 1768 milliseconds

1234567891011>>