Home | History | Annotate | Download | only in parser

Lines Matching refs:wl

80     viddec_workload_t           *wl,
142 if ((wl->attrs.frame_type != VIDDEC_FRAME_TYPE_I)
143 && (wl->attrs.frame_type != VIDDEC_FRAME_TYPE_P)
144 && (wl->attrs.frame_type != VIDDEC_FRAME_TYPE_B))
146 wl->attrs.frame_type = VIDDEC_FRAME_TYPE_I;
151 if (wl->attrs.frame_type == VIDDEC_FRAME_TYPE_B)
153 if (wl->is_reference_frame != 0) *error_code |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE;
157 if (wl->is_reference_frame == 0) *error_code |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE;
164 wl->is_reference_frame = 0;
211 viddec_workload_t *wl = viddec_pm_get_header(parent);
236 viddec_mpeg2_get_error_code(parser, wl, codec_specific_errors);