Searched refs:kKeyLastSampleIndexInChunk (Results 1 – 7 of 7) sorted by relevance
284 kKeyLastSampleIndexInChunk = 'lsic', //int64_t, index of last sample in a chunk. enumerator
142 meta.setInt64(kKeyLastSampleIndexInChunk, val64); in read()
270 sampleMetaData.setInt64(kKeyLastSampleIndexInChunk, val64); in writeSampleData()
358 if (mSDI[i].meta->findInt64(kKeyLastSampleIndexInChunk, &val64)) { in start()
775 { "last-sample-index-in-chunk", kKeyLastSampleIndexInChunk},
3670 if (!buffer->meta_data().findInt64(kKeyLastSampleIndexInChunk, &lastSample)) { in threadEntry()
501 if (sampleMeta->findInt64(kKeyLastSampleIndexInChunk, &val64)) { in AMediaExtractor_getSampleFormat()