HomeSort by relevance Sort by last modified time
    Searched refs:num_frames_at_client_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 252 int num_frames_at_client_; member in class:content::VaapiVideoDecodeAccelerator
vaapi_video_decode_accelerator.cc 257 num_frames_at_client_(0),
382 ++num_frames_at_client_;
383 TRACE_COUNTER1("Video Decoder", "Textures at client", num_frames_at_client_);
748 --num_frames_at_client_;
749 TRACE_COUNTER1("Video Decoder", "Textures at client", num_frames_at_client_);

Completed in 727 milliseconds