OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTrackIndices
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
138
int32_t
mTrackIndices
[4];
NuPlayerDecoder.cpp
862
for (size_t i = 0; i < sizeof(
mTrackIndices
)/sizeof(
mTrackIndices
[0]); ++i) {
863
mTrackIndices
[i] = -1;
923
if (channel < sizeof(
mTrackIndices
)/sizeof(
mTrackIndices
[0])) {
924
return
mTrackIndices
[channel];
1005
mTrackIndices
[channel] = mFoundChannels.size();
[
all
...]
Completed in 346 milliseconds