diff options
author | 2024-09-11 10:48:24 +0000 | |
---|---|---|
committer | 2024-10-21 11:53:00 +0000 | |
commit | f2c581aa80b0a0d547ce8c974de5836603af6b61 (patch) | |
tree | d53900d030f27418b2ba2dbaba1924b273b5a38a /mediaprovider_flags.aconfig | |
parent | 4278293f4dc2ffff083c2d0526db95e5567a9ada (diff) |
Implement the transcoding flow of Photopicker Transcoding
Implement the transcoding flow using Media3 library. The transcoding
can be trigger by PhotoPicker through the ContentResolver#call()
method. The transcoding related logic is grouped in the
PhotoPickerTranscodeHelper helper class, for readability.
For details see: go/photopicker-hdr-video-transcoding.
Test: manual test & PhotoPickerTranscodeHelper
Bug: 365461942
Flag: com.android.providers.media.flags.enable_photopicker_transcoding
Change-Id: Ie19de707f92df9e1146a87a4e63d2bebe11a0f56
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index e890f9fe0..ac630e76d 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -192,3 +192,12 @@ flag { bug: "361019344" is_fixed_read_only: true } + +flag { + name: "enable_photopicker_transcoding" + is_exported: true + namespace: "mediaprovider" + description: "This flag controls whether to enable transcoding feature in photopicker" + bug: "367886883" + is_fixed_read_only: true +} |