Home
last modified time | relevance | path

Searched refs:output_resource_format (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/resources/
Dvideo_resource_updater.cc87 ResourceFormat output_resource_format, in SoftwarePlaneDimension() argument
89 if (output_resource_format == kYUVResourceFormat) { in SoftwarePlaneDimension()
94 DCHECK_EQ(output_resource_format, kRGBResourceFormat); in SoftwarePlaneDimension()
127 ResourceFormat output_resource_format = kYUVResourceFormat; in CreateForSoftwarePlanes() local
135 output_resource_format = kRGBResourceFormat; in CreateForSoftwarePlanes()
145 SoftwarePlaneDimension(video_frame, output_resource_format, i); in CreateForSoftwarePlanes()
159 recycled_resources_[i].resource_format == output_resource_format && in CreateForSoftwarePlanes()
179 output_resource_format); in CreateForSoftwarePlanes()
208 output_resource_format, in CreateForSoftwarePlanes()