Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: content/common/gpu/media/h264_dpb.h

Issue 14914009: VAVDA: Redesign stage 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CONTENT_EXPORT to VaapiWrapper Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/media/h264_dpb.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/h264_dpb.h
diff --git a/content/common/gpu/media/h264_dpb.h b/content/common/gpu/media/h264_dpb.h
index 17cc88dad52d8602b6b99e7f92d5e0a62e0fba9e..fe15c700fec762322c021c0f3715bb6401d8435f 100644
--- a/content/common/gpu/media/h264_dpb.h
+++ b/content/common/gpu/media/h264_dpb.h
@@ -71,11 +71,12 @@ class H264DPB {
void set_max_num_pics(size_t max_num_pics);
size_t max_num_pics() { return max_num_pics_; }
- // Remove unused (not reference and already outputted) pictures from DPB.
- void RemoveUnused();
+ // Remove unused (not reference and already outputted) pictures from DPB
+ // and free it.
+ void DeleteUnused();
- // Remove a picture by its pic_order_cnt.
- void RemoveByPOC(int poc);
+ // Remove a picture by its pic_order_cnt and free it.
+ void DeleteByPOC(int poc);
// Clear DPB.
void Clear();
« no previous file with comments | « no previous file | content/common/gpu/media/h264_dpb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698