Searched refs:kMaxDecodeDelay (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc189 static const int kMaxDecodeDelay = 128; member in class:__anon8890::Decoder
190 PP_TimeTicks decode_time_[kMaxDecodeDelay];
315 decode_time_[next_picture_id_ % kMaxDecodeDelay] = core_if_->GetTimeTicks();
342 decode_time_[picture.decode_id % kMaxDecodeDelay];
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc190 static const int kMaxDecodeDelay = 128; member in class:__anon10068::Decoder
191 PP_TimeTicks decode_time_[kMaxDecodeDelay];
316 decode_time_[next_picture_id_ % kMaxDecodeDelay] = core_if_->GetTimeTicks();
343 decode_time_[picture.decode_id % kMaxDecodeDelay];

Completed in 638 milliseconds