OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trackCount
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java
169
int
trackCount
= extractor.getTrackCount();
170
assertEquals("wrong number of tracks", expectedTrackCount,
trackCount
);
177
HashMap<Integer, Integer> indexMap = new HashMap<Integer, Integer>(
trackCount
);
178
for (int i = 0; i <
trackCount
; i++) {
328
int
trackCount
= extractorSrc.getTrackCount();
333
assertEquals("wrong number of tracks",
trackCount
,
337
for (int i = 0; i <
trackCount
; i++) {
/frameworks/wilhelm/src/itf/
IMIDIMuteSolo.c
117
SLuint16
trackCount
= thiz->mTrackCount;
118
*pCount =
trackCount
;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java
134
int
trackCount
= extractor.getTrackCount();
143
Integer>(
trackCount
);
145
for (int i = 0; i <
trackCount
; i++) {
/frameworks/av/cmds/stagefright/
muxer.cpp
76
size_t
trackCount
= extractor->countTracks();
89
for (size_t i = 0; i <
trackCount
; ++i) {
/frameworks/av/media/libstagefright/httplive/
M3UParser.cpp
323
size_t
trackCount
= 0;
325
trackCount
+= mMediaGroups.valueAt(i)->countTracks();
327
reply->writeInt32(
trackCount
);
[
all
...]
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
[
all
...]
/external/esd/include/
audiofile.h
428
void afInitTrackIDs (AFfilesetup, int *trackids, int
trackCount
);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h
428
void afInitTrackIDs (AFfilesetup, int *trackids, int
trackCount
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h
428
void afInitTrackIDs (AFfilesetup, int *trackids, int
trackCount
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h
428
void afInitTrackIDs (AFfilesetup, int *trackids, int
trackCount
);
Completed in 378 milliseconds