Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4585475 authored by Yixiao Luo's avatar Yixiao Luo Committed by Android Build Cherrypicker Worker
Browse files

Use LinearBlock buffer for thumbnail extraction

For the thumbnail extraction use case, if the codec is C2 codec, use LinearBlock buffer to allocate single input buffer.

Bug: 329521645
Test: MediaMetadataRetrieverTest
Merged-In: I365db0a58b2dee4a36f1bb183ef21d11c4600916
Change-Id: I365db0a58b2dee4a36f1bb183ef21d11c4600916
parent 97138efc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -133,3 +133,10 @@ flag {
  description: "Feature flag to track teamfood population"
  bug: "328770262"
}

flag {
  name: "thumbnail_block_model"
  namespace: "codec_fwk"
  description: "Feature flag for using block model decoder in thumbnail generation"
  bug: "329521645"
}
+314 −35

File changed.

Preview size limit exceeded, changes collapsed.

+59 −23

File changed.

Preview size limit exceeded, changes collapsed.