Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp155 SDecodingParam dec_param = { 0 }; in gst_openh264dec_start() local
177 dec_param.uiTargetDqLayer = 255; in gst_openh264dec_start()
178 dec_param.eEcActiveIdc = ERROR_CON_FRAME_COPY; in gst_openh264dec_start()
180 dec_param.eOutputColorFormat = videoFormatI420; in gst_openh264dec_start()
182 dec_param.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_AVC; in gst_openh264dec_start()
184 ret = openh264dec->decoder->Initialize (&dec_param); in gst_openh264dec_start()