Searched refs:OPT_DEBUG_TARGET_DEVICE (Results 1 – 4 of 4) sorted by relevance
29 public static final String OPT_DEBUG_TARGET_DEVICE = "debug-target-device"; field in MediaBitstreams
78 args.put(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, Boolean.toString(mDebugTargetDevice)); in getArgs()
95 @Option(name = MediaBitstreams.OPT_DEBUG_TARGET_DEVICE,302 args.put(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, Boolean.toString(mDebugTargetDevice)); in getArgs()
80 String debugStr = args.getString(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, "false"); in setUp()