OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:picture_height_in_mbs_minus1
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c
57
/*
picture_height_in_mbs_minus1
*/
/hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp
731
uint32_t height = (data->pic_data[0].pic_parms->
picture_height_in_mbs_minus1
+ 1) * 16;
[
all
...]
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c
470
LOG_V( "Codec data says picture size is %d x %d\n", (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16, (data->pic_data[0].pic_parms->
picture_height_in_mbs_minus1
+ 1) * 16);
474
(data->pic_data[0].pic_parms->
picture_height_in_mbs_minus1
+ 1) * 16, entrypts[vaentrypt],
[
all
...]
/external/libvncserver/libvncclient/
h264.c
509
p->
picture_height_in_mbs_minus1
= height_in_mbs - 1;
/hardware/intel/img/psb_video/src/mrst/
psb_H264.c
594
P(
picture_height_in_mbs_minus1
);
659
ctx->picture_height_mb = pic_params->
picture_height_in_mbs_minus1
+ 1;
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_H264.c
535
P(
picture_height_in_mbs_minus1
);
598
ctx->picture_height_mb = pic_params->
picture_height_in_mbs_minus1
+ 1;
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c
885
pic_parms->
picture_height_in_mbs_minus1
= (2 - parser->info.active_SPS.sps_disp.frame_mbs_only_flag) *
[
all
...]
/hardware/intel/common/libva/va/
va.h
2155
unsigned short
picture_height_in_mbs_minus1
;
member in struct:_VAPictureParameterBufferH264
[
all
...]
va_trace.c
[
all
...]
Completed in 621 milliseconds