OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui16_height
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_hostjpeg.c
606
//IMG_UINT16
ui16_height
;
611
IMG_UINT16
ui16_height
, ui16_width;
local
622
ui16_height
= pContext->ui32OutputHeight;
627
ui16_height_min =
ui16_height
;
628
ui16_height_max =
ui16_height
;
635
ui16_height_min =
ui16_height
>> 1;
636
ui16_height_max =
ui16_height
;
652
ui16_height
= pTFrame->Height;
653
if(ui16_height_min >
ui16_height
)
654
ui16_height_min =
ui16_height
;
[
all
...]
pnw_hostjpeg.h
429
IMG_UINT16
ui16_height
; /*!< Height of the JPEG image */
member in struct:__anon31834
tng_jpegES.c
363
IMG_UINT16
ui16_height
;
local
372
ui16_height
= ctx->ui16FrameHeight; //pTFrame->height isn't the real height of image, because vaCreateSurface has made it aligned with 32
380
pJPEGContext->MCUComponent[0].ui32YLimit =
ui16_height
;
385
pJPEGContext->MCUComponent[1].ui32YLimit =
ui16_height
>> 1;
390
pJPEGContext->MCUComponent[2].ui32YLimit =
ui16_height
>> 1;
[
all
...]
Completed in 42 milliseconds