OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudioType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieAudioTrack.java
44
private final int
mAudioType
;
84
mAudioType
= audioTrack.getAudioType();
118
mAudioType
= MediaProperties.ACODEC_AAC_LC;
167
return
mAudioType
;
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
49
private final int
mAudioType
;
183
mAudioType
= properties.audioFormat;
239
return
mAudioType
;
540
final int codecType = mMANativeHelper.getAudioCodecType(
mAudioType
);
MediaVideoItem.java
50
private final int
mAudioType
;
180
mAudioType
= mMANativeHelper.getAudioCodecType(properties.audioFormat);
551
if (mMANativeHelper.getAudioCodecType(
mAudioType
) ==
556
} else if (mMANativeHelper.getAudioCodecType(
mAudioType
) ==
561
} else if (mMANativeHelper.getAudioCodecType(
mAudioType
) ==
726
return
mAudioType
;
Completed in 938 milliseconds