Searched refs:TranscodingVideoCodecType (Results 1 – 5 of 5) sorted by relevance
19 import android.media.TranscodingVideoCodecType;42 TranscodingVideoCodecType codecType; // TranscodingVideoCodecType::kUnspecified;
25 enum TranscodingVideoCodecType { enum
34 using ::aidl::android::media::TranscodingVideoCodecType;71 if (requestedFormat->codecType == TranscodingVideoCodecType::kHevc && in getVideoFormat()75 } else if (requestedFormat->codecType == TranscodingVideoCodecType::kAvc && in getVideoFormat()
36 "aidl/android/media/TranscodingVideoCodecType.aidl",
1115 trackFormat.codecType = TranscodingVideoCodecType.kAvc; in convertToVideoTrackFormat()1117 trackFormat.codecType = TranscodingVideoCodecType.kHevc; in convertToVideoTrackFormat()