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

  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 29 int32 decoder_route_id,
gpu_video_decode_accelerator_host.cc 25 int32 decoder_route_id,
29 decoder_route_id_(decoder_route_id),
34 channel_->AddRoute(decoder_route_id, base::AsWeakPtr(this));
command_buffer_proxy_impl.cc 483 int decoder_route_id; local
486 &decoder_route_id))) {
491 if (decoder_route_id < 0) {
497 new GpuVideoDecodeAcceleratorHost(channel_, decoder_route_id, client,
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 722 int decoder_route_id = channel_->GenerateRouteID(); local
724 new GpuVideoDecodeAccelerator(decoder_route_id, this);
    [all...]

Completed in 691 milliseconds