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

  /external/qemu/android/utils/
dirscanner.c 31 struct _finddata_t findData;
50 ret = _findfirst(s->root, &s->findData);
74 ret = s->findData.name;
81 if (_findnext(s->findIndex1-1, &s->findData) < 0) {
  /frameworks/base/media/libstagefright/
MetaData.cpp 90 if (!findData(key, &type, &data, &size) || type != TYPE_C_STRING) {
103 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
118 if (!findData(key, &type, &data, &size) || type != TYPE_INT64) {
133 if (!findData(key, &type, &data, &size) || type != TYPE_FLOAT) {
148 if (!findData(key, &type, &data, &size) || type != TYPE_POINTER) {
166 if (!findData(key, &type, &data, &size) || type != TYPE_RECT) {
200 bool MetaData::findData(uint32_t key, uint32_t *type,
StagefrightMetadataRetriever.cpp 330 if (fileMeta->findData(kKeyAlbumArt, &type, &data, &dataSize)
434 if (meta->findData(kKeyAlbumArt, &type, &data, &dataSize)
DRMExtractor.cpp 94 CHECK(getFormat()->findData(kKeyAVCC, &type, &data, &size));
MPEG4Extractor.cpp     [all...]
MPEG2TSWriter.cpp 157 if (!meta->findData(kKeyESDS, &type, &data, &size)) {
187 if (!meta->findData(kKeyAVCC, &type, &data, &size)) {
AVIExtractor.cpp 1094 CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
    [all...]
OMXCodec.cpp 530 if (meta->findData(kKeyESDS, &type, &data, &size)) {
541 } else if (meta->findData(kKeyAVCC, &type, &data, &size)) {
614 } else if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
617 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
    [all...]
MPEG4Writer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 305 WIN32_FIND_DATA findData;
306 HANDLE hFind = FindFirstFile(pattern.data(), &findData);
312 if (!(findData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY))
313 entries.append(root + findData.cFileName);
314 } while (FindNextFile(hFind, &findData));
  /external/skia/include/core/
SkMetaData.h 65 const void* findData(const char name[], size_t* byteCount = NULL) const;
90 const void* ptr = this->findData(name, &len);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 86 if (meta->findData(kKeyESDS, &type, &data, &size)) {
89 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
93 if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
96 if (meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
153 if (meta->findData(kKeyAlbumArt, &type, &data, &size)) {
VideoEditor3gpReader.cpp     [all...]
  /external/skia/include/views/
SkEvent.h 101 const void* findData(const char name[], size_t* byteCount = NULL) const {
102 return fMeta.findData(name, byteCount);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 142 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
219 } else if (meta->findData(kKeyESDS, &type, &data, &size)) {
  /frameworks/base/cmds/stagefright/
sf2.cpp 287 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
364 } else if (meta->findData(kKeyESDS, &type, &data, &size)) {
380 } else if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
387 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
stagefright.cpp 126 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
    [all...]
  /frameworks/base/include/media/stagefright/
MetaData.h 176 bool findData(uint32_t key, uint32_t *type,
  /external/skia/src/core/
SkMetaData.cpp 229 const void* SkMetaData::findData(const char name[], size_t* length) const {
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 395 if (!mSource->getFormat()->findData(
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 177 CHECK(meta->findData(

Completed in 303 milliseconds