|
|
Chromium Code Reviews|
Created:
4 years, 4 months ago by sandersd (OOO until July 31) Modified:
4 years, 4 months ago CC:
chromium-reviews, posciak+watch_chromium.org, piman+watch_chromium.org, feature-media-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionVTVDA: Verify |picture_id| in ResusePictureBuffer().
BUG=637320
Committed: https://crrev.com/c925db56332eff18cee034f0836a0406a3b62ac8
Cr-Commit-Position: refs/heads/master@{#411834}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Reduce ambiguity. #Messages
Total messages: 24 (16 generated)
sandersd@chromium.org changed reviewers: + ccameron@chromium.org
The CQ bit was checked by sandersd@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== VTVDA: Verify |picture_id| first in ResusePictureBuffer(). Also adds DCHECKs that find() never returns end() in VTVDA. BUG=637320 ========== to ========== VTVDA: Verify |picture_id| first in ResusePictureBuffer(). Also adds DCHECKs that find() never returns end() in VTVDA. BUG=637320 ==========
sandersd@chromium.org changed reviewers: + ochang@chromium.org
sandersd@chromium.org changed required reviewers: + ccameron@chromium.org
+ochang@ as optional reviewer.
https://codereview.chromium.org/2244853002/diff/1/media/gpu/vt_video_decode_a... File media/gpu/vt_video_decode_accelerator_mac.cc (left): https://codereview.chromium.org/2244853002/diff/1/media/gpu/vt_video_decode_a... media/gpu/vt_video_decode_accelerator_mac.cc:872: picture_info->gl_image->Destroy(false); ccameron@: Are we relying on this to always happen? My change may remove this for already-discarded picture buffers. If it does need to run in that case, do we also need a Destroy()-time loop to do this to the rest?
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Exceeded global retry quota
Description was changed from ========== VTVDA: Verify |picture_id| first in ResusePictureBuffer(). Also adds DCHECKs that find() never returns end() in VTVDA. BUG=637320 ========== to ========== VTVDA: Verify |picture_id| in ResusePictureBuffer(). BUG=637320 ==========
https://codereview.chromium.org/2244853002/diff/1/media/gpu/vt_video_decode_a... File media/gpu/vt_video_decode_accelerator_mac.cc (left): https://codereview.chromium.org/2244853002/diff/1/media/gpu/vt_video_decode_a... media/gpu/vt_video_decode_accelerator_mac.cc:872: picture_info->gl_image->Destroy(false); On 2016/08/12 22:03:19, sandersd wrote: > ccameron@: Are we relying on this to always happen? My change may remove this > for already-discarded picture buffers. If it does need to run in that case, do > we also need a Destroy()-time loop to do this to the rest? I realized there was a better factoring without this difference, should be behaviorally identical now.
The CQ bit was checked by sandersd@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sandersd@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== VTVDA: Verify |picture_id| in ResusePictureBuffer(). BUG=637320 ========== to ========== VTVDA: Verify |picture_id| in ResusePictureBuffer(). BUG=637320 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== VTVDA: Verify |picture_id| in ResusePictureBuffer(). BUG=637320 ========== to ========== VTVDA: Verify |picture_id| in ResusePictureBuffer(). BUG=637320 Committed: https://crrev.com/c925db56332eff18cee034f0836a0406a3b62ac8 Cr-Commit-Position: refs/heads/master@{#411834} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/c925db56332eff18cee034f0836a0406a3b62ac8 Cr-Commit-Position: refs/heads/master@{#411834} |
