[Android] Photo Picker: Prioritize still image decoding ahead of videos.
Still images are quite fast to decode, in comparison to videos, which need to be decoded in two phases (first frame and then rest). We should not hold up still image decoding while video are being processed. This will make the picker dialog more responsive with mixed content. Bug: 1029056, 895776 Change-Id: Ida535a273a9aef50fc6f567b0e3300b3299fe769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031029 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#740289}
Showing
Please register or sign in to comment