Home
last modified time | relevance | path

Searched refs:force_idr_h264 (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c345 ctx->force_idr_h264 = 0; in lnc__H264ES_process_picture_param()
354 ctx->force_idr_h264 = 1; in lnc__H264ES_process_picture_param()
484 if (ctx->force_idr_h264 || (ctx->obj_context->frame_count == 0)) { in lnc__H264ES_process_slice_param()
Dlnc_hostcode.h234 uint8_t force_idr_h264; member
/hardware/intel/img/psb_video/src/
Dpnw_H264ES.c625 ctx->force_idr_h264 = 0; in pnw__H264ES_process_picture_param()
634 ctx->force_idr_h264 = 1; in pnw__H264ES_process_picture_param()
742 if (ctx->force_idr_h264 || (ctx->obj_context->frame_count == 0)) { in pnw__H264ES_encode_one_slice()
763 ctx->force_idr_h264, in pnw__H264ES_encode_one_slice()
Dpnw_hostcode.h301 uint8_t force_idr_h264; member