OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudioChannels
(Results
1 - 5
of
5
) sorted by null
/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
;
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
337
mAudioChannels
= channels;
809
mAudioChannels
);
852
encMeta->setInt32(kKeyChannelCount,
mAudioChannels
);
[
all
...]
StagefrightRecorder.h
92
int32_t
mAudioChannels
;
Completed in 203 milliseconds