Searched refs:entryCount (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp158 uint32_t entryCount = U32_AT(mChunkOffsets->data() + 4); local
160 if (mChunkIndex >= entryCount) {
170 uint32_t entryCount = U32_AT(mChunkOffsets64->data() + 4); local
172 if (mChunkIndex >= entryCount) {
195 uint32_t entryCount = U32_AT(mSampleToChunk->data() + 4); local
199 if ((uint32_t)(mSampleToChunkIndex + 1) < entryCount) {
306 uint32_t entryCount = parser->readU32(offset + 4); local
308 if (entryCount == 0) {
312 if (offset + 8 + entryCount * 12 != size) {
331 uint32_t entryCount local
352 uint32_t entryCount = parser->readU32(offset + 4); local
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.h87 size_t entryCount() const;
H A DCaptureSequencer.cpp133 if (mCaptureRequest.entryCount() != 0) {
455 if (captureCopy.entryCount() == 0) {
567 if (captureCopy.entryCount() == 0) {
610 if (mCaptureRequest.entryCount() == 0) {
H A DStreamingProcessor.cpp77 if (mPreviewRequest.entryCount() == 0) {
239 if (mRecordingRequest.entryCount() == 0) {
635 if (mPreviewRequest.entryCount() != 0) {
644 if (mRecordingRequest.entryCount() != 0) {
H A DCameraMetadata.cpp82 size_t CameraMetadata::entryCount() const { function in class:android::camera2::CameraMetadata
88 return entryCount() == 0;
H A DParameters.cpp49 if (info->entryCount() == 0) {
/frameworks/base/media/java/android/media/
H A DTimedText.java595 int entryCount = parcel.readInt();
597 for (int i = 0; i < entryCount; i++) {
631 int entryCount = parcel.readInt();
633 for (int i = 0; i < entryCount; i++) {
/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java185 final int entryCount = entries.length;
187 boolean[] result = new boolean[entryCount];
189 for (int i = 0; i < entryCount; i++) {
/frameworks/rs/driver/
H A DrsdShaderCache.cpp119 uint32_t entryCount = mEntries.size(); local
120 for (uint32_t ct = 0; ct < entryCount; ct ++) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp266 const uint32_t entryCount = map[typeOffset]; local
268 if (entryCount == 0 || entry < entryOffset || entry - entryOffset > entryCount - 1) {
2333 : header(_header), package(_package), entryCount(count),
2337 const size_t entryCount; member in struct:android::ResTable::Type
2399 TABLE_NOISY(printf("type->entryCount=%x\n", type->entryCount));
2400 const size_t N = type->entryCount;
2543 int cnt = type != NULL ? type->entryCount : 0;
3272 const size_t NENTRY = typeConfigs->entryCount;
5504 size_t entryCount = dtohl(type->entryCount); local
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1091 uint32_t entryCount; member in struct:android::ResTable_typeSpec
1133 uint32_t entryCount; member in struct:android::ResTable_type
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp735 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags); local
737 for (ssize_t i=0; i<entryCount; i++) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2775 tsHeader->entryCount = htodl(N);
2852 tHeader->entryCount = htodl(N);

Completed in 224 milliseconds