Home
last modified time | relevance | path

Searched defs:codecName (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties()
147 public final String codecName; // OpenMax component name for HW codec. field in MediaCodecVideoEncoder.EncoderProperties
263 static MediaCodec createByCodecName(String codecName) { in createByCodecName()
DMediaCodecVideoDecoder.java134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties()
138 public final String codecName; // OpenMax component name for VP8 codec. field in MediaCodecVideoDecoder.DecoderProperties
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h77 std::string codecName; variable
/external/webrtc/webrtc/modules/audio_coding/test/
DTestRedFec.cc423 int16_t TestRedFec::RegisterSendCodec(char side, const char* codecName, in RegisterSendCodec()