Home
last modified time | relevance | path

Searched refs:TranscodingVideoCodecType (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmediatranscoding/aidl/android/media/
DTranscodingVideoTrackFormat.aidl19 import android.media.TranscodingVideoCodecType;
42 TranscodingVideoCodecType codecType; // TranscodingVideoCodecType::kUnspecified;
DTranscodingVideoCodecType.aidl25 enum TranscodingVideoCodecType { enum
/frameworks/av/media/libmediatranscoding/
DTranscoderWrapper.cpp34 using ::aidl::android::media::TranscodingVideoCodecType;
71 if (requestedFormat->codecType == TranscodingVideoCodecType::kHevc && in getVideoFormat()
75 } else if (requestedFormat->codecType == TranscodingVideoCodecType::kAvc && in getVideoFormat()
DAndroid.bp36 "aidl/android/media/TranscodingVideoCodecType.aidl",
/frameworks/base/apex/media/framework/java/android/media/
DMediaTranscodingManager.java1115 trackFormat.codecType = TranscodingVideoCodecType.kAvc; in convertToVideoTrackFormat()
1117 trackFormat.codecType = TranscodingVideoCodecType.kHevc; in convertToVideoTrackFormat()