Searched refs:codecName (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtester_main.cc63 args.codecName = FLAGS_codec;
64 if (args.codecName == "VP8") {
66 } else if (args.codecName == "I420") {
69 printf("Invalid codec: %s\n", args.codecName.c_str());
H A Dtest_util.h33 std::string codecName; member in class:CmdArgs
H A Dtest_util.cc24 : codecName("VP8"),
H A Dmt_rx_tx_test.cc183 strncpy(video_codec.plName, args.codecName.c_str(), 32);
240 encodeCompleteCallback->SetCodecType(ConvertCodecType(args.codecName.c_str()));
H A Dmedia_opt_test.cc105 _codecName = args.codecName;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestRedFec.h34 int16_t RegisterSendCodec(char side, char* codecName,
H A DTestVADDTX.h58 char* codecName,
H A DTestRedFec.cc264 int16_t TestRedFec::RegisterSendCodec(char side, char* codecName, argument
286 EXPECT_GT(AudioCodingModule::Codec(codecName, &myCodecParam,
H A DTestVADDTX.cc191 int16_t TestVADDTX::RegisterSendCodec(char side, char* codecName, argument
217 if (!STR_CASE_CMP(myCodecParam.plname, codecName)) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.h26 Benchmark(std::string name, std::string description, std::string resultsFileName, std::string codecName);
H A Dbenchmark.cc48 Benchmark::Benchmark(std::string name, std::string description, std::string resultsFileName, std::string codecName) argument
52 _codecName(codecName)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java81 EncoderProperties(String codecName, int colorFormat) { argument
82 this.codecName = codecName;
85 public final String codecName; // OpenMax component name for VP8 codec. field in class:MediaCodecVideoEncoder.EncoderProperties
180 mediaCodec = MediaCodec.createByCodecName(properties.codecName);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaCodecVideoDecoder.java142 private boolean setCodecState(int width, int height, CodecName codecName) { argument
148 switch (codecName) {
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java99 private CodecInfo(String codecType, String codecName, argument
102 mCodecName = codecName;
110 private String codecName() { return mCodecName; } method in class:MediaCodecBridge.CodecInfo

Completed in 657 milliseconds