Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediatranscoding/aidl/android/media/
DTranscodingVideoTrackFormat.aidl19 import android.media.TranscodingVideoCodecType;
42 TranscodingVideoCodecType codecType; // TranscodingVideoCodecType::kUnspecified;
DTranscodingVideoCodecType.aidl25 enum TranscodingVideoCodecType { enum
/frameworks/av/media/module/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",