OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAudioChannels
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h
89
int32_t
mAudioChannels
;
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieAudioTrack.java
43
private final int
mAudioChannels
;
83
mAudioChannels
= audioTrack.getAudioChannels();
117
mAudioChannels
= 0;
160
return
mAudioChannels
;
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
48
private final int
mAudioChannels
;
180
mAudioChannels
= properties.audioChannels;
229
return
mAudioChannels
;
MediaVideoItem.java
51
private final int
mAudioChannels
;
181
mAudioChannels
= properties.audioChannels;
733
return
mAudioChannels
;
Completed in 71 milliseconds