OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acmod
(Results
1 - 8
of
8
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AC3SpecificBox.java
13
int
acmod
;
field in class:AC3SpecificBox
33
acmod
= brb.readBits(3);
45
bwb.writeBits(
acmod
, 3);
76
return
acmod
;
79
public void setAcmod(int
acmod
) {
80
this.
acmod
=
acmod
;
113
",
acmod
=" +
acmod
+
EC3SpecificBox.java
50
e.
acmod
= brb.readBits(3);
72
bwb.writeBits(e.
acmod
, 3);
117
public int
acmod
;
field in class:EC3SpecificBox.Entry
131
",
acmod
=" +
acmod
+
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java
100
e.
acmod
= bsi.
acmod
;
220
entry.
acmod
= brb.readBits(3);
227
if (0 == entry.
acmod
) {
239
if (entry.
acmod
> 2) {
242
if (1 == (entry.
acmod
& 1) && entry.
acmod
> 2) {
246
if (0 < (entry.
acmod
& 4)) {
259
if (0 == entry.
acmod
) {
320
if (entry.
acmod
< 2)
[
all
...]
AC3TrackImpl.java
28
int
acmod
;
field in class:AC3TrackImpl
67
ac3.setAcmod(
acmod
);
180
acmod
= brb.readBits(3);
188
if ((
acmod
!= 1) && ((
acmod
& 1) == 1)) {
192
if (0 != (
acmod
& 4)) {
196
if (
acmod
== 2) {
200
switch (
acmod
) {
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp
151
unsigned
acmod
= bits.getBits(3);
local
156
if ((
acmod
& 1) > 0 &&
acmod
!= 1) {
162
if ((
acmod
& 4) > 0) {
168
if (
acmod
== 2) {
187
unsigned channelCount = channelCountTable[
acmod
] + lfeon;
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java
243
acmod
Audio coding mode Nfchans Channel array ordering
265
switch (entry.
acmod
) {
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
2487
unsigned
acmod
= br.getBits(3);
local
[
all
...]
/packages/apps/TV/libs/
exoplayer.jar
Completed in 8880 milliseconds