OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RightCropOffset
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h
135
IMG_UINT16
RightCropOffset
;
lnc_H264ES.c
268
sCrop.
RightCropOffset
= 0;
278
sCrop.
RightCropOffset
= (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2;
[
all
...]
lnc_hostheader.c
472
lnc__generate_ue(mtx_hdr, elt_p, psCropParams->
RightCropOffset
);
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_hostheader.h
151
IMG_UINT16
RightCropOffset
;
pnw_H264ES.c
361
sCrop.
RightCropOffset
= 0;
372
sCrop.
RightCropOffset
= (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2;
376
sCrop.
RightCropOffset
= pSequenceParams->frame_crop_right_offset;
[
all
...]
pnw_hostheader.c
[
all
...]
Completed in 1219 milliseconds