Home | History | Annotate | Download | only in src

Lines Matching refs:output_respbuf

9071     struct vdec_output_frameinfo *output_respbuf = NULL;
9249 output_respbuf = (struct vdec_output_frameinfo *)\
9251 if (!output_respbuf) {
9255 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
9256 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
9259 output_respbuf->pic_type = PICTURE_TYPE_I;
9262 output_respbuf->pic_type = PICTURE_TYPE_P;
9265 output_respbuf->pic_type = PICTURE_TYPE_B;