HomeSort by relevance Sort by last modified time
    Searched refs:itemAt (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 90 CodecProfileLevel profileLevel = profileLevels.itemAt(i);
176 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).mProfileLevels.size()))
184 itemAt(0).mProfileLevels.itemAt(plIndex).mProfile);
186 itemAt(0).mProfileLevels.itemAt(plIndex).mLevel);
  /frameworks/base/include/androidfw/
AssetDir.h 54 return mFileInfo->itemAt(idx).getFileName();
57 return mFileInfo->itemAt(idx).getSourceName();
64 return mFileInfo->itemAt(idx).getFileType();
  /frameworks/base/libs/androidfw/
AssetDir.cpp 50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName);
AssetManager.cpp 533 assetName.string(), mAssetPaths.itemAt(i).path.string());
534 Asset* pAsset = openNonAssetInPathLocked(assetName.string(), mode, mAssetPaths.itemAt(i));
566 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, mAssetPaths.itemAt(i).path.string());
568 fileName, mode, mAssetPaths.itemAt(i));
591 mAssetPaths.itemAt(which).path.string());
593 fileName, mode, mAssetPaths.itemAt(which));
653 const asset_path& ap = mAssetPaths.itemAt(i);
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.cpp 90 caches.resourceCache.decrementRefcountLocked(mBitmapResources.itemAt(i));
94 SkBitmap* bitmap = mOwnedBitmapResources.itemAt(i);
100 caches.resourceCache.decrementRefcountLocked(mFilterResources.itemAt(i));
104 caches.resourceCache.decrementRefcountLocked(mPatchResources.itemAt(i));
108 caches.resourceCache.decrementRefcountLocked(mShaders.itemAt(i));
109 caches.resourceCache.destructorLocked(mShaders.itemAt(i));
113 caches.resourceCache.decrementRefcountLocked(mSourcePaths.itemAt(i));
117 caches.resourceCache.decrementRefcountLocked(mLayers.itemAt(i));
123 delete mPaints.itemAt(i);
127 delete mRegions.itemAt(i)
    [all...]
FboCache.cpp 64 const GLuint fbo = mCache.itemAt(i);
73 fbo = mCache.itemAt(mCache.size() - 1);
RenderBufferCache.cpp 105 deleteBuffer(mCache.itemAt(i).mBuffer);
117 entry = mCache.itemAt(index);
146 RenderBuffer* victim = mCache.itemAt(position).mBuffer;
LayerCache.cpp 89 deleteLayer(mCache.itemAt(i).mLayer);
101 entry = mCache.itemAt(index);
133 const LayerEntry& entry = mCache.itemAt(i);
150 Layer* victim = mCache.itemAt(position).mLayer;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.cpp 67 mBuffers.itemAt(i)->release();
71 mReleaseBuffers.itemAt(i)->release();
83 MediaBuffer* b = mBuffers.itemAt(0);
98 MediaBuffer* b = mBuffers.itemAt(0);
167 MediaBuffer* pBuffer = mReleaseBuffers.itemAt(0);
  /frameworks/opt/emoji/
EmojiFactory.cpp 109 EmojiFactory *f = g_factories->itemAt(i);
127 delete g_factories->itemAt(i);
135 dlclose(g_handles->itemAt(i));
155 EmojiFactory *factory = g_factories->itemAt(i);
168 EmojiFactory *factory = g_factories->itemAt(i);
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 35 *info = thiz->mStreamInfoTable.itemAt(0).containerInfo;
74 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain;
111 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
175 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
249 *numStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
  /frameworks/base/tools/aapt/
WorkQueue.cpp 84 delete mWorkUnits.itemAt(i);
109 mWorkThreads.itemAt(i)->join();
126 workUnit = mWorkUnits.itemAt(0);
XMLNode.cpp 404 const namespace_entry& ne = namespaces.itemAt(i);
669 const attribute_entry& ae(mAttributes.itemAt(i));
720 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName);
732 sp<XMLNode> child = mChildren.itemAt(i);
795 String8(mAttributes.itemAt(attrIdx).name).string(),
796 String8(mAttributes.itemAt(attrIdx).string).string(),
846 sp<XMLNode> node = mChildren.itemAt(i);
915 status_t err = mChildren.itemAt(i)->parseValues(assets, table);
933 const attribute_entry& e = mAttributes.itemAt(i);
965 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobData.h 70 BLINK_PLATFORM_EXPORT bool itemAt(size_t index, Item& result) const;
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 48 const String8& match = gMatches.itemAt(i);
99 if (gMatches.itemAt(i) == match.c_str()) {
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 71 const CodecInfo &info = mCodecInfos.itemAt(i);
424 const CodecInfo &info = mCodecInfos.itemAt(startIndex);
438 const CodecInfo &info = mCodecInfos.itemAt(i);
457 const CodecInfo &info = mCodecInfos.itemAt(index);
466 const CodecInfo &info = mCodecInfos.itemAt(index);
476 const CodecInfo &info = mCodecInfos.itemAt(index);
496 const CodecInfo &info = mCodecInfos.itemAt(index);
521 const CodecInfo &info = mCodecInfos.itemAt(index);
539 const CodecProfileLevel &src = caps.mProfileLevels.itemAt(i);
548 colorFormats->push(caps.mColorFormats.itemAt(i))
    [all...]
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 51 const String8 item = mMimeTypeVector.itemAt(i);
62 const String8 item = mFileSuffixVector.itemAt(i);
  /frameworks/native/libs/binder/
PermissionCache.cpp 45 *granted = mCache.itemAt(index).granted;
57 e.name = mPermissionNamesPool.itemAt(index);
  /system/core/libutils/
misc.cpp 61 if (priority >= gSyspropList->itemAt(i).priority) {
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 523 Size currentPreviewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
524 Size currentPictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
691 Size previewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
723 previewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
860 sp<CameraContext> currentCamera = availableCameras.itemAt(currentCameraIdx);
869 currentCamera = availableCameras.itemAt(currentCameraIdx);
977 camera = availableCameras.itemAt(j);
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 523 Size currentPreviewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
524 Size currentPictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
691 Size previewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
723 previewSize = mSupportedPreviewSizes.itemAt(mCurrentPreviewSizeIdx);
745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);
860 sp<CameraContext> currentCamera = availableCameras.itemAt(currentCameraIdx);
869 currentCamera = availableCameras.itemAt(currentCameraIdx);
977 camera = availableCameras.itemAt(j);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebBlobData.cpp 57 bool WebBlobData::itemAt(size_t index, Item& result) const
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 90 const TaskWrapper& task = tasks.itemAt(i);
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 180 size += mCSD.itemAt(i)->size();
186 const sp<ABuffer> &csd = mCSD.itemAt(i);
201 const uint8_t *codec_specific_data = mCSD.itemAt(0)->data();
247 return mDescriptors.itemAt(index);
266 const sp<ABuffer> &sps = mCSD.itemAt(0);
422 const sp<Track> &track = mTracks.itemAt(i);
447 const sp<Track> &track = mTracks.itemAt(trackIndex);
471 const sp<Track> &track = mTracks.itemAt(trackIndex);
771 program_info_length += mProgramInfoDescriptors.itemAt(i)->size();
779 const sp<ABuffer> &desc = mProgramInfoDescriptors.itemAt(i)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 88 jstring obj = env->NewStringUTF(types.itemAt(i).c_str());
150 const MediaCodecList::ProfileLevel &src = profileLevels.itemAt(i);
178 jint val = colorFormats.itemAt(i);

Completed in 230 milliseconds

1 2 3 4 5