OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAudioCodecType
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java
180
mAudioType = mMANativeHelper.
getAudioCodecType
(properties.audioFormat);
551
if (mMANativeHelper.
getAudioCodecType
(mAudioType) ==
556
} else if (mMANativeHelper.
getAudioCodecType
(mAudioType) ==
561
} else if (mMANativeHelper.
getAudioCodecType
(mAudioType) ==
AudioTrack.java
162
switch (mMANativeHelper.
getAudioCodecType
(properties.audioFormat)) {
540
final int codecType = mMANativeHelper.
getAudioCodecType
(mAudioType);
MediaArtistNativeHelper.java
[
all
...]
Completed in 27 milliseconds