OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitch_pot
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/img/psb_video/src/
psb_output.c
289
int
pitch_pot
;
local
310
pitch_pot
= min_POT(width);
316
obj_image->image.data_size =
pitch_pot
* height /*Y*/ + 2 * (
pitch_pot
/ 2) * (height / 2);/*UV*/
318
obj_image->image.pitches[0] =
pitch_pot
;
319
obj_image->image.pitches[1] =
pitch_pot
;
321
obj_image->image.offsets[1] =
pitch_pot
* height;
333
obj_image->image.data_size = 4 *
pitch_pot
* height;
335
obj_image->image.pitches[0] = 4 *
pitch_pot
;
347
obj_image->image.data_size = 4 *
pitch_pot
* height
[
all
...]
Completed in 186 milliseconds