Searched refs:VideoStreamType (Results 1 – 2 of 2) sorted by relevance
44 public @interface VideoStreamType {} annotation in AvSettings50 android.hardware.tv.tuner.VideoStreamType.UNDEFINED;55 android.hardware.tv.tuner.VideoStreamType.RESERVED;60 android.hardware.tv.tuner.VideoStreamType.MPEG1;65 android.hardware.tv.tuner.VideoStreamType.MPEG2;70 android.hardware.tv.tuner.VideoStreamType.MPEG4P2;74 public static final int VIDEO_STREAM_TYPE_AVC = android.hardware.tv.tuner.VideoStreamType.AVC;82 public static final int VIDEO_STREAM_TYPE_VVC = android.hardware.tv.tuner.VideoStreamType.VVC;86 public static final int VIDEO_STREAM_TYPE_VC1 = android.hardware.tv.tuner.VideoStreamType.VC1;263 @VideoStreamType[all …]
315 using ::aidl::android::hardware::tv::tuner::VideoStreamType;4029 VideoStreamType videoStreamType = static_cast<VideoStreamType>( in getAvStreamType()4031 if (videoStreamType != VideoStreamType::UNDEFINED) { in getAvStreamType()