Home
last modified time | relevance | path

Searched refs:frame_crop_bottom_offset (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_h264.h228 unsigned int frame_crop_bottom_offset; member
Dva_trace.c1461 va_TraceMsg(trace_ctx, "\tframe_crop_bottom_offset = %d\n", p->frame_crop_bottom_offset); in va_TraceVAEncSequenceParameterBufferH264()
/hardware/intel/common/libva/test/encode/
Davcenc.c934 … bitstream_put_ue(bs, seq_param->frame_crop_bottom_offset); /* frame_crop_bottom_offset */ in sps_rbsp()
1408 int frame_crop_bottom_offset = 0; in avcenc_context_seq_param_init() local
1429 frame_crop_bottom_offset = in avcenc_context_seq_param_init()
1437 seq_param->frame_crop_bottom_offset = frame_crop_bottom_offset; in avcenc_context_seq_param_init()
Dh264encode.c351 … bitstream_put_ue(bs, seq_param.frame_crop_bottom_offset); /* frame_crop_bottom_offset */ in sps_rbsp()
1314 seq_param.frame_crop_bottom_offset = (frame_height_mbaligned - frame_height)/2; in render_sequence()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2633 … bitstream_put_ue(bs, seq_param->frame_crop_bottom_offset); /* frame_crop_bottom_offset */ in sps_rbsp()
2999 int frame_crop_bottom_offset = 0; in avcenc_context_seq_param_init() local
3014 frame_crop_bottom_offset = in avcenc_context_seq_param_init()
3022 seq_param->frame_crop_bottom_offset = frame_crop_bottom_offset; in avcenc_context_seq_param_init()
/hardware/intel/common/libmix/videoencoder/
Dbitstream.h234 … bitstream_put_ue(bs, seq_param->frame_crop_bottom_offset); /* frame_crop_bottom_offset */ in sps_rbsp()
DVideoEncoderAVC.cpp1019 avcSeqParams.frame_crop_bottom_offset = mVideoParamsAVC.crop.BottomOffset; in renderSequenceParams()
1032 avcSeqParams.frame_crop_bottom_offset = ( AHeight - mComParams.resolution.height ) / 2; in renderSequenceParams()
/hardware/intel/img/psb_video/src/
Dpnw_H264ES.c378 sCrop.BottomCropOffset = pSequenceParams->frame_crop_bottom_offset; in pnw__H264ES_process_sequence_param()
Dtng_H264ES.c745 psCropParams->ui16BottomCropOffset = psSeqParams->frame_crop_bottom_offset; in tng__H264ES_process_sequence_param()
Dtng_trace.c1149 …s: frame_crop_bottom_offset = 0x%08x\n", __FUNCTION__, psTraceSeqParams->frame_crop_bottom_offset); in tng_H264ES_trace_seq_params()