Expand traces for decrypt-only and decrypt+video_decoder.
DecryptingDemuxerStream had no traces and the DecyrptingVideoDecoder had some old-style, incomplete traces. This adds traces to the former and expands the latter. Specifically we now have: - DecryptingDemuxerStream::DecryptPendingBuffer [async] - DecryptingDemuxerStream::WaitingForDecryptionKey [async] - DecryptingVideoDecoder::DecodePendingBuffer [async] - DecryptingVideoDecoder::WaitingForDecryptionKey [async] The DVD traces used to use a trace_id and provide a buffer size, but this isn't really necessary since the start trace is tagged correctly just by using |this| and providing the timestamp. BUG=879970 TEST=passes cq 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;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: If21288e6c47414ec038f034bba381fcebf5ca99b Reviewed-on: https://chromium-review.googlesource.com/1244164Reviewed-by:Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#594393}
Showing
Please register or sign in to comment