Searched refs:mVideoTrackFormat (Results 1 – 1 of 1) sorted by relevance
1075 private @Nullable MediaFormat mVideoTrackFormat = null; field in MediaTranscodingManager.VideoTranscodingRequest1086 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.Builder1243 mVideoTrackFormat = videoFormat; in setVideoTrackFormat()