vaapi: cleanup a few comments and var names
This CL cleans up a few things that I realized while debugging other CLs in the area: - |available_va_surfaces_| is a std::list on ToT, but has queue semantics, so it's changed int his CL. - s/output_buffers_/available_va_surfaces_/ because that's what they are. - s/TryOutputSurface/TryOutputPicture/ because that's what the method does. - s/pictures_/picture_map_/ to better define what it is. After dcastagna@ suggestion, it's made a base::small_map in PS7 Comments updated throughout these variables. No change in behaviour intended, but tested nonetheless with vp8/9-h264 crosvideo playback. Bug: 822346 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I2117ceac29f7d6ed23d698c4abd5c72e0140ae47 Reviewed-on: https://chromium-review.googlesource.com/988512 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#547552}
Showing
Please register or sign in to comment