Searched refs:output_respbuf (Results 1 – 13 of 13) sorted by relevance
6551 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6676 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6678 output_respbuf->framesize.bottom = in async_message_process()6680 output_respbuf->framesize.left = in async_message_process()6682 output_respbuf->framesize.right = in async_message_process()6684 output_respbuf->framesize.top = in async_message_process()6686 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6687 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()6688 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process()6689 output_respbuf->flags = vdec_msg->msgdata.output_frame.flags; in async_message_process()[all …]
6088 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6202 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6204 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6205 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()6207 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()6210 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()6213 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
7257 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local7493 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()7495 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()7496 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()7498 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()7501 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()7504 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
7527 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local7752 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()7754 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()7755 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()7757 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()7760 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()7763 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
6766 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6897 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6919 output_respbuf->framesize.bottom = in async_message_process()6921 output_respbuf->framesize.left = in async_message_process()6923 output_respbuf->framesize.right = in async_message_process()6925 output_respbuf->framesize.top = in async_message_process()6927 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6928 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()6929 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process()6930 output_respbuf->flags = vdec_msg->msgdata.output_frame.flags; in async_message_process()[all …]
6320 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6442 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6452 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6453 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
6052 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6166 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6168 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6169 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()6171 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()6174 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()6177 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
7472 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local7708 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()7710 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()7711 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()7713 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()7716 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()7719 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
8416 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local8687 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()8689 if (!output_respbuf) { in async_message_process()8693 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()8694 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()8697 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()8700 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()8703 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
6317 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local6470 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()6472 if (!output_respbuf) { in async_message_process()6476 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()6477 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()6480 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()6484 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()6487 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
6401 struct vdpp_output_frameinfo *output_respbuf = NULL; in async_message_process() local6504 output_respbuf = (struct vdpp_output_frameinfo *)\ in async_message_process()6506 output_respbuf->len = vdpp_msg->msgdata.output_frame.len; in async_message_process()6507 output_respbuf->offset = vdpp_msg->msgdata.output_frame.offset; in async_message_process()
9106 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local9284 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()9286 if (!output_respbuf) { in async_message_process()9290 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()9291 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()9294 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()9297 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()9300 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
8871 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local9048 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()9050 if (!output_respbuf) { in async_message_process()9054 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()9055 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()9058 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()9061 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()9064 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()