Home | History | Annotate | Download | only in src

Lines Matching refs:output_respbuf

8263 output_respbuf = NULL;
8423 output_respbuf = (struct vdec_output_frameinfo *)\
8425 if (!output_respbuf) {
8429 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
8430 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
8433 output_respbuf->pic_type = PICTURE_TYPE_I;
8436 output_respbuf->pic_type = PICTURE_TYPE_P;
8439 output_respbuf->pic_type = PICTURE_TYPE_B;