Searched refs:countEntries (Results 1 – 13 of 13) sorted by relevance
156 ALOGV("no. of entries in details: %zu", details->countEntries()); in TEST()158 for (size_t idxDetail = 0; idxDetail < details->countEntries(); idxDetail++) { in TEST()
196 size_t countEntries() const;
1204 if (mInputFormat->countEntries() != oldFormat->countEntries() in updateFormats()1205 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1215 if (mOutputFormat->countEntries() != oldFormat->countEntries() in updateFormats()1216 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1701 for (size_t ix = 0; ix < params->countEntries(); ++ix) { in getReflectedFormat()
515 for (size_t i = diff->countEntries(); i > 0; --i) { in RevertOutputFormatIfNeeded()520 if (diff->countEntries() == 0) { in RevertOutputFormatIfNeeded()
927 if (changes->countEntries()) { in changesFrom()949 size_t AMessage::countEntries() const { in countEntries() function in android::AMessage1133 return name == nullptr ? countEntries() : findItemIndex(name, strlen(name)); in findEntryByName()
153 for (size_t i = 0; i < details->countEntries(); i++) { in getFrameRateMaps()
71 int num = f->countEntries(); in AMediaFormat_toString()
246 for (size_t i = 0; i < msg->countEntries(); ++i) { in ConvertMessageToMap()
108 size_t numEntries = msg->countEntries(); in copyAMessageToAMediaFormat()
1863 int count = details->countEntries(); in loadCodecProperties()2032 size_t changeCount = deltas->countEntries(); in shapeMediaFormat()2123 int entries = format->countEntries(); in mapFormat()4463 size_t numEntries = diff1->countEntries(); in handleOutputFormatChangeIfNeeded()4468 numEntries = diff2->countEntries(); in handleOutputFormatChangeIfNeeded()
4977 size_t count = mMetaKeys->countEntries(); in writeKeys()4994 size_t count = mMetaKeys->countEntries(); in writeIlst()5049 size_t count = mMetaKeys->countEntries(); in writeMoovLevelMetaBox()
5769 if (changes->countEntries() != 0 || to->countEntries() != 0) { in onOutputFormatChanged()8125 for (size_t i = params->countEntries(); i; --i) { in setVendorParameters()8468 if (params->countEntries() == 0) { in onMessageReceived()8473 if (msg->countEntries() > 0) { in onMessageReceived()
2037 if (params->countEntries() > 0) { in instantiateDecoder()