Searched defs:start_sample_index (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp604 uint32_t start_sample_index, uint32_t *sample_index, uint32_t flags) {
611 *sample_index = start_sample_index;
626 if (start_sample_index < x) {
628 } else if (start_sample_index > x) {
644 // start_sample_index.
645 // Also start_sample_index < ssi[left + 1], if left + 1 < mNumSyncSamples.
654 status_t err = mSampleIterator->seekTo(start_sample_index);
685 if (x > start_sample_index) {
690 if (x > start_sample_index) {
701 if (x < start_sample_index) {
603 findSyncSampleNear( uint32_t start_sample_index, uint32_t *sample_index, uint32_t flags) argument
[all...]

Completed in 55 milliseconds