Home
last modified time | relevance | path

Searched refs:last_picture (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_mpeg2.h212 unsigned char last_picture; member
Dva_enc_h264.h322 unsigned char last_picture; member
Dva_trace.c1523 va_TraceMsg(trace_ctx, "\tlast_picture = 0x%08x\n", p->last_picture); in va_TraceVAEncPictureParameterBufferH264()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c391 if (0 != pBuffer->last_picture) { in lnc__H264ES_process_picture_param()
400 p_aux_info->aux_flag = pBuffer->last_picture; in lnc__H264ES_process_picture_param()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.cpp1161 avcPicParams.last_picture = 0; in renderPictureParams()
1188 avcPicParams.last_picture = 0; in renderPictureParams()
/hardware/intel/img/psb_video/src/
Dtng_H264ES.c936 ctx->ui32LastPicture = psPicParams->last_picture; in tng__H264ES_process_picture_param_base()
Dtng_trace.c1166 …g(VIDEO_DEBUG_GENERAL, "%s: last_picture = 0x%08x\n",__FUNCTION__, psTracePicParams->last_picture); in tng_H264ES_trace_pic_params()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_h264.c1064 h264_pic_param.last_picture = 0; in mix_videofmtenc_h264_send_picture_parameter()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3038 pic_param->last_picture = 0; in avcenc_context_pic_param_init()
/hardware/intel/common/libva/test/encode/
Davcenc.c1456 pic_param->last_picture = 0; in avcenc_context_pic_param_init()
Dh264encode.c1431 pic_param.last_picture = (current_frame_encoding == frame_count); in render_picture()