OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streamCount
(Results
1 - 2
of
2
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptor.java_bak
51
private int
streamCount
;
74
objectDescriptor.
streamCount
= data & 0x3E;
77
// for (int i = 0; i < objectDescriptor.
streamCount
; i++) {
97
",
streamCount
=" +
streamCount
+
/frameworks/av/camera/tests/
ProCameraTests.cpp
710
size_t
streamCount
= sizeof(allStreams) / sizeof(allStreams[0]);
716
/*data_count*/
streamCount
) != OK) {
723
/*data_count*/
streamCount
));
727
&allStreams, /*data_count*/
streamCount
, &entry));
737
for (size_t i = 0; i <
streamCount
; ++i) {
851
size_t
streamCount
= 2;
857
/*data_count*/
streamCount
) != OK) {
864
/*data_count*/
streamCount
));
868
&allStreams, /*data_count*/
streamCount
, &entry));
926
size_t
streamCount
= 1
[
all
...]
Completed in 5756 milliseconds