Searched refs:next (Results 1 - 25 of 301) sorted by path

1234567891011>>

/frameworks/av/drm/common/
H A DDrmConstraints.cpp65 const String8& DrmConstraints::KeyIterator::next() { function in class:DrmConstraints::KeyIterator
108 String8 DrmConstraints::Iterator::next() { function in class:DrmConstraints::Iterator
H A DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { function in class:DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { function in class:DrmInfo::Iterator
H A DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { function in class:DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { function in class:DrmInfoRequest::Iterator
H A DDrmMetadata.cpp68 const String8& DrmMetadata::KeyIterator::next() { function in class:DrmMetadata::KeyIterator
113 String8 DrmMetadata::Iterator::next() { function in class:DrmMetadata::Iterator
H A DDrmSupportInfo.cpp131 String8& DrmSupportInfo::FileSuffixIterator::next() { function in class:DrmSupportInfo::FileSuffixIterator
155 String8& DrmSupportInfo::MimeTypeIterator::next() { function in class:DrmSupportInfo::MimeTypeIterator
H A DIDrmManagerService.cpp265 const String8 key = keyIt.next();
310 const String8 key = keyIt.next();
886 const String8 key = keyIt.next();
916 const String8 key = keyIt.next();
1039 const String8 key = keyIt.next();
1305 reply->writeString8(fileSuffixIt.next());
1311 reply->writeString8(mimeTypeIt.next());
/frameworks/av/include/drm/
H A DDrmConstraints.h83 const String8& next();
106 String8 next();
119 String8 key = keyIt.next();
H A DDrmInfo.h68 const String8& next();
92 String8& next();
H A DDrmInfoRequest.h82 const String8& next();
106 String8& next();
H A DDrmMetadata.h47 const String8& next();
69 String8 next();
82 String8 key = keyIt.next();
H A DDrmSupportInfo.h49 String8& next();
72 String8& next();
/frameworks/av/include/media/
H A DIMediaPlayer.h68 virtual status_t setNextPlayer(const sp<IMediaPlayer>& next) = 0;
H A DMediaPlayerInterface.h160 virtual status_t setNextPlayer(const sp<MediaPlayerBase>& next) { argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c221 gCurEffect = gCurEffect->next;
225 gCurLib = gCurLib->next;
314 e->next = gEffectList;
344 e2->next = e1->next;
346 gEffectList = e1->next;
353 e1 = e1->next;
439 node = node->next;
492 e->next = gLibraryList;
517 node = node->next;
[all...]
H A DEffectsFactory.h32 struct list_elem_s *next; member in struct:list_elem_s
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp791 status_t MediaPlayer::setNextMediaPlayer(const sp<MediaPlayer>& next) { argument
795 return mPlayer->setNextPlayer(next == NULL ? NULL : next->mPlayer);
/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp120 * The next read position should start from the end of
378 com->next();
H A DMPEG4Extractor.cpp280 Track *next = track->next; local
283 track = next;
289 SINF *next = sinf->next; local
292 sinf = next;
316 track = track->next;
335 track = track->next;
400 sinf = sinf->next;
486 sinf->next
[all...]
H A DMediaBufferGroup.cpp32 MediaBuffer *next; local
34 buffer = next) {
35 next = buffer->nextBuffer();
H A DOggExtractor.cpp247 ALOGV("skipped %lld bytes of junk to reach next frame",
706 ref.next = NULL;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h135 int write_pos; /* next position to write to bitstreamBuffer */
211 struct tagdataPointArray *next; member in struct:tagdataPointArray
H A Dmotion_est.cpp981 int next; local
1187 next = refine_next[k][0];
1188 i += next;
1189 cand += next;
1190 next = refine_next[k][1];
1191 j += next;
1192 cand += lx * next;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp799 Int next; local
998 next = refine_next[k][0];
999 i += next;
1000 cand += next;
1001 next = refine_next[k][1];
1002 j += next;
1003 cand += lx * next;
1139 next = refine_next[k][0];
1140 cand += next;
1141 i += next;
[all...]
H A Drate_control.h28 struct tagdataPointArray *next; member in struct:tagdataPointArray
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp239 ref->next = NULL;
342 ref.next = NULL;
405 // Make sure that the next buffer output does not still

Completed in 301 milliseconds

1234567891011>>