Searched refs:debugStr (Results 1 – 2 of 2) sorted by relevance
247 std::string debugStr = ""; in checkDynamicKeyFrames() local258 debugStr = debugStr + std::string(tmp); in checkDynamicKeyFrames()261 ALOGI("RESULT: %s", debugStr.c_str()); in checkDynamicKeyFrames()290 std::string debugStr = ""; in checkDynamicBitrate() local316 debugStr = debugStr + std::string(tmp); in checkDynamicBitrate()322 ALOGI("RESULT: %s", debugStr.c_str()); in checkDynamicBitrate()
80 String debugStr = args.getString(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, "false"); in setUp() local81 boolean debug = Boolean.parseBoolean(debugStr); in setUp()