OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vertical_size
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
141
//
vertical_size
is a 14-bit unsigned integer
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c
745
ctx->picture_height_mb = (ctx->pic_params->
vertical_size
+ 15) / 16;
747
ctx->picture_height_mb = (ctx->pic_params->
vertical_size
+ 31) / 32;
759
* Both coded_picture_height or
vertical_size
can be used for DISPLAY_SIZE and both give correct results,
761
* See e.g. low4.m2v for an example clip where
vertical_size
will differ from coded_picture_height
764
REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->
vertical_size
- 1);
[
all
...]
psb_MPEG2MC.c
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_MPEG2.c
762
ctx->picture_height_mb = (ctx->pic_params->
vertical_size
+ 15) / 16;
764
ctx->picture_height_mb = (ctx->pic_params->
vertical_size
+ 31) / 32;
781
* Both coded_picture_height or
vertical_size
can be used for DISPLAY_SIZE and both give correct results,
783
* See e.g. low4.m2v for an example clip where
vertical_size
will differ from coded_picture_height
786
REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->
vertical_size
- 1);
[
all
...]
/hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp
77
vertical_size
:16,
/external/libmpeg2/decoder/
impeg2d_dec_hdr.c
319
/* Read the 2 most significant bits from
vertical_size
*/
[
all
...]
/hardware/intel/common/libva/va/
va.h
1727
unsigned short
vertical_size
;
member in struct:_VAPictureParameterBufferMPEG2
[
all
...]
va_trace.c
806
va_TraceMsg(trace_ctx,"\tvertical size= %d\n", p->
vertical_size
);
[
all
...]
/hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp
[
all
...]
Completed in 617 milliseconds