OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecType
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
540
final int
codecType
= mMANativeHelper.getAudioCodecType(mAudioType);
541
switch (
codecType
) {
572
+
codecType
);
MediaArtistNativeHelper.java
[
all
...]
/frameworks/base/voip/jni/rtp/
AudioGroup.cpp
101
int
codecType
, int dtmfType);
167
int
codecType
, int dtmfType)
174
mCodecMagic = (0x8000 |
codecType
) << 16;
959
int
codecType
= -1;
962
sscanf(codecSpec, "%d %15[^/]%*c%d", &
codecType
, codecName, &sampleRate);
975
codecType
, dtmfType)) {
/external/webrtc/src/
common_types.h
576
VideoCodecType
codecType
;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
53
VIDEOEDITOR_CodecType
codecType
,
82
const sp<MetaData> &format, VIDEOEDITOR_CodecType
codecType
,
88
mCodecType(
codecType
) {
[
all
...]
Completed in 112 milliseconds