Searched refs:error_resilient (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_enc_vp8.h63 unsigned int error_resilient; member in struct:_VAEncSequenceParameterBufferVP8
H A Dva_trace.c1956 va_TraceMsg(trace_ctx, "\terror_resilient = %d\n", p->error_resilient);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderVP8.cpp28 mVideoParamsVP8.error_resilient = 0;
87 vp8SeqParam.error_resilient = mVideoParamsVP8.error_resilient;
H A DVideoEncoderDef.h660 uint32_t error_resilient; member in struct:VideoParamsVP8
/hardware/intel/img/psb_video/src/
H A Dvsp_fw.h563 uint32_t error_resilient; member in struct:VssVp8encSequenceParameterBuffer
H A Dvsp_vp8.c172 vp8_seq->error_resilient = 0;
317 seq->error_resilient = va_seq->error_resilient;
822 drv_debug_msg(VIDEO_ENCODE_DEBUG, "error_resilient %d\n", seq->error_resilient);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c271 static const arg_def_t error_resilient = ARG_DEF(NULL, "error-resilient", 1, variable
279 &error_resilient,
921 } else if (arg_match(&arg, &error_resilient, argi)) {

Completed in 515 milliseconds