Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaTranscodingManager.java1075 private @Nullable MediaFormat mVideoTrackFormat = null; field in MediaTranscodingManager.VideoTranscodingRequest
1086 mVideoTrackFormat = builder.mVideoTrackFormat; in VideoTranscodingRequest()
1096 return mVideoTrackFormat; in getVideoTrackFormat()
1101 parcel.requestedVideoTrackFormat = convertToVideoTrackFormat(mVideoTrackFormat); in writeFormatToParcel()
1174 private @Nullable MediaFormat mVideoTrackFormat = null; field in MediaTranscodingManager.VideoTranscodingRequest.Builder
1243 mVideoTrackFormat = videoFormat; in setVideoTrackFormat()