OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleIndex
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/
SampleIterator.cpp
54
status_t SampleIterator::seekTo(uint32_t
sampleIndex
) {
55
ALOGV("seekTo(%d)",
sampleIndex
);
57
if (
sampleIndex
>= mTable->mNumSampleSizes) {
69
if (mInitialized && mCurrentSampleIndex ==
sampleIndex
) {
73
if (!mInitialized ||
sampleIndex
< mFirstChunkSampleIndex) {
77
if (
sampleIndex
>= mStopChunkSampleIndex) {
79
if ((err = findChunkRange(
sampleIndex
)) != OK) {
85
CHECK(
sampleIndex
< mStopChunkSampleIndex);
88
(
sampleIndex
- mFirstChunkSampleIndex) / mSamplesPerChunk
119
(
sampleIndex
- mFirstChunkSampleIndex) % mSamplesPerChunk
[
all
...]
SampleTable.cpp
49
uint32_t getCompositionTimeOffset(uint32_t
sampleIndex
);
81
uint32_t
sampleIndex
) {
88
if (
sampleIndex
< mCurrentEntrySampleIndex) {
95
if (
sampleIndex
< mCurrentEntrySampleIndex + sampleCount) {
504
uint32_t
sampleIndex
= 0;
512
if (
sampleIndex
< mNumSampleSizes) {
517
mSampleTimeEntries[
sampleIndex
].mSampleIndex =
sampleIndex
;
521
sampleIndex
);
523
mSampleTimeEntries[
sampleIndex
].mCompositionTime
[
all
...]
AVIExtractor.cpp
1057
size_t
sampleIndex
= 0;
1061
trackIndex,
sampleIndex
, &offset, &size, &isKey, &timeUs);
1071
++
sampleIndex
;
1105
size_t trackIndex, size_t
sampleIndex
,
1114
if (
sampleIndex
>= track.mSamples.size()) {
1118
const SampleInfo &info = track.mSamples.itemAt(
sampleIndex
);
1148
if (
sampleIndex
== 0) {
1152
track.mFirstChunkSize + track.mAvgChunkSize * (
sampleIndex
- 1);
1155
sampleIndex
= sampleStartInBytes / track.mBytesPerSample;
1158
*sampleTimeUs = (
sampleIndex
* 1000000ll * track.mRate) / track.mScale
[
all
...]
MPEG4Extractor.cpp
459
uint32_t
sampleIndex
;
461
if (track->sampleTable->findThumbnailSample(&
sampleIndex
) == OK
463
sampleIndex
, NULL /* offset */, NULL /* size */,
[
all
...]
/frameworks/av/media/libstagefright/include/
SampleIterator.h
26
status_t seekTo(uint32_t
sampleIndex
);
36
uint32_t
sampleIndex
, size_t *size);
68
status_t findChunkRange(uint32_t
sampleIndex
);
70
status_t findSampleTimeAndDuration(uint32_t
sampleIndex
, uint32_t *time, uint32_t *duration);
AVIExtractor.h
96
size_t trackIndex, size_t
sampleIndex
,
101
size_t trackIndex, size_t
sampleIndex
, int64_t *sampleTimeUs);
106
size_t *
sampleIndex
) const;
SampleTable.h
65
uint32_t
sampleIndex
,
150
uint32_t getCompositionTimeOffset(uint32_t
sampleIndex
);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfileModel.js
147
for (var
sampleIndex
= 1;
sampleIndex
< samplesCount - 1;
sampleIndex
++) {
148
var nextNodeId = samples[
sampleIndex
+ 1];
151
samples[
sampleIndex
] = prevNodeId;
211
for (var
sampleIndex
= startIndex;
sampleIndex
< samplesCount;
sampleIndex
++) {
212
sampleTime = timestamps[
sampleIndex
];
215
var id = samples[
sampleIndex
];
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java
52
int
sampleIndex
= 0;
66
long sampleSize = sizes[
sampleIndex
];
67
offsets[
sampleIndex
] = sampleOffset;
69
sampleIndex
++;
/external/chromium-trace/
script.js
[
all
...]
Completed in 401 milliseconds