OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCodecType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaCodecBridge.java
89
private final String
mCodecType
; // e.g. "video/x-vnd.on2.vp8".
95
mCodecType
= codecType;
101
private String codecType() { return
mCodecType
; }
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
73
VIDEOEDITOR_CodecType
mCodecType
;
88
mCodecType
(codecType) {
220
if (VIDEOEDITOR_kH264VideoDec ==
mCodecType
) {
[
all
...]
Completed in 230 milliseconds