OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawHeight
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_H263ES.c
297
ctx->
RawHeight
= pBuffer->picture_height;
325
ctx->
RawHeight
);
pnw_H264ES.c
366
if (ctx->
RawHeight
& 0xf) {
368
sCrop.BottomCropOffset = (((ctx->
RawHeight
+ 0xf) & (~0xf)) - ctx->
RawHeight
) / 2;
[
all
...]
pnw_hostcode.h
204
IMG_INT16
RawHeight
;
207
IMG_UINT16 Height; /* ~0xf & (
RawHeight
+ 0xf */
pnw_hostcode.c
513
ctx->
RawHeight
= (unsigned short) height;
[
all
...]
/hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c
272
if (ctx->
RawHeight
& 0xf) {
274
sCrop.BottomCropOffset = (((ctx->
RawHeight
+ 0xf) & (~0xf)) - ctx->
RawHeight
) / 2;
[
all
...]
lnc_hostcode.h
164
IMG_UINT16
RawHeight
;
lnc_hostcode.c
159
ctx->
RawHeight
= (unsigned short) height;
[
all
...]
Completed in 123 milliseconds