Skip to content

Commit

Permalink
Cherry pick PR #1714: [XB1] Set kNumberOfCachedPresentingImage to 3 (#…
Browse files Browse the repository at this point in the history
…1727)

Refer to the original PR: #1714

b/216526788

Co-authored-by: alexanderbobrovnik <136349302+alexanderbobrovnik@users.noreply.github.com>
  • Loading branch information
1 parent 06571e0 commit 6e6d356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/xb1/shared/gpu_base_video_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using Windows::Graphics::Display::Core::HdmiDisplayInformation;
// Limit the number of pending buffers.
constexpr int kMaxNumberOfPendingBuffers = 8;
// Limit the cached presenting images.
constexpr int kNumberOfCachedPresentingImage = 2;
constexpr int kNumberOfCachedPresentingImage = 3;
// The number of frame buffers in decoder
constexpr int kNumOutputFrameBuffers = 7;

Expand Down

0 comments on commit 6e6d356

Please sign in to comment.