OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scaling_height
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h
55
uint32_t
scaling_height
;
member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h
55
uint32_t
scaling_height
;
member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/psb_video/src/
pnw_rotate.c
307
int scaling_width = 0,
scaling_height
= 0;
local
315
&scaling_width, &
scaling_height
,
321
(old_w != scaling_width) || (old_h !=
scaling_height
)) {
328
old_h =
scaling_height
;
333
* Besides, scaling_width and
scaling_height
must be a multiple of 2.
335
if (!ret || (!scaling_width || !
scaling_height
) ||
336
(scaling_width & 1) || (
scaling_height
& 1)) {
339
obj_context->
scaling_height
= 0;
347
obj_context->
scaling_height
=
scaling_height
;
[
all
...]
psb_drv_video.h
456
int
scaling_height
;
member in struct:object_context_s
Completed in 129 milliseconds