HomeSort by relevance Sort by last modified time
    Searched refs:CodecType (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 52 class CodecType {
53 CodecType(String type, boolean isEncoder, MediaFormat sampleFormat) {
59 boolean equals(CodecType codecType) {
60 return (mMimeTypeName.compareTo(codecType.mMimeTypeName) == 0) &&
61 mIsEncoder == codecType.mIsEncoder;
78 class AudioCodec extends CodecType {
85 class VideoCodec extends CodecType {
267 List<CodecType> requiredList = getRequiredCodecTypes();
268 List<CodecType> supportedList = getSupportedCodecTypes()
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_js_generator.py 101 def CodecType(kind):
111 else CodecType(kind.kind)
114 return CodecType(mojom.MSGPIPE)
122 return "decodeStruct(%s)" % CodecType(kind)
128 return "decodeArrayPointer(%s)" % CodecType(kind.kind)
137 return "encodeStruct(%s, " % CodecType(kind)
143 return "encodeArrayPointer(%s, " % CodecType(kind.kind)
165 else CodecType(element_kind)
  /external/chromium_org/components/cdm/browser/
cdm_message_filter_android.cc 24 enum CodecType {
31 CodecType codec_type;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 259 enum CodecType {
266 CodecType GetCodecType() const;
codec.cc 176 VideoCodec::CodecType VideoCodec::GetCodecType() const {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]

Completed in 1853 milliseconds