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

  /packages/apps/TV/common/src/com/android/tv/common/feature/
CommonFeatures.java 47 * USE_SW_CODEC_FOR_SD
51 public static final Feature USE_SW_CODEC_FOR_SD =
52 new PropertyFeature("use_sw_codec_for_sd", false
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/
MpegTsVideoTrackRenderer.java 53 mIsSwCodecEnabled = CommonFeatures.USE_SW_CODEC_FOR_SD.isEnabled(context);

Completed in 81 milliseconds