Lines Matching defs:in

429 		struct hfi_framerate *in = pdata, *frate = prop_data;
431 frate->buffer_type = in->buffer_type;
432 frate->framerate = in->framerate;
437 struct hfi_uncompressed_format_select *in = pdata;
440 hfi->buffer_type = in->buffer_type;
441 hfi->format = in->format;
446 struct hfi_framesize *in = pdata, *fsize = prop_data;
448 fsize->buffer_type = in->buffer_type;
449 fsize->height = in->height;
450 fsize->width = in->width;
455 struct hfi_enable *in = pdata, *en = prop_data;
457 en->enable = in->enable;
462 struct hfi_buffer_count_actual *in = pdata, *count = prop_data;
464 count->count_actual = in->count_actual;
465 count->type = in->type;
470 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data;
472 sz->size = in->size;
473 sz->type = in->type;
478 struct hfi_buffer_display_hold_count_actual *in = pdata;
481 count->hold_count = in->hold_count;
482 count->type = in->type;
487 struct hfi_nal_stream_format_select *in = pdata;
490 fmt->format = in->format;
495 u32 *in = pdata;
497 switch (*in) {
506 pkt->data[1] = *in;
511 struct hfi_enable_picture *in = pdata, *en = prop_data;
513 en->picture_type = in->picture_type;
518 struct hfi_enable *in = pdata, *en = prop_data;
520 en->enable = in->enable;
526 struct hfi_enable *in = pdata;
529 en->enable = in->enable;
534 struct hfi_multi_stream *in = pdata, *multi = prop_data;
536 multi->buffer_type = in->buffer_type;
537 multi->enable = in->enable;
538 multi->width = in->width;
539 multi->height = in->height;
544 struct hfi_display_picture_buffer_count *in = pdata;
547 count->count = in->count;
548 count->enable = in->enable;
553 u32 *in = pdata;
555 switch (*in) {
565 pkt->data[1] = *in;
570 struct hfi_enable *in = pdata, *en = prop_data;
572 en->enable = in->enable;
577 struct hfi_enable *in = pdata, *en = prop_data;
579 en->enable = in->enable;
584 struct hfi_enable *in = pdata, *en = prop_data;
586 en->enable = in->enable;
591 struct hfi_enable *in = pdata, *en = prop_data;
593 en->enable = in->enable;
605 struct hfi_bitrate *in = pdata, *brate = prop_data;
607 brate->bitrate = in->bitrate;
608 brate->layer_id = in->layer_id;
613 struct hfi_bitrate *in = pdata, *hfi = prop_data;
615 hfi->bitrate = in->bitrate;
616 hfi->layer_id = in->layer_id;
621 struct hfi_profile_level *in = pdata, *pl = prop_data;
623 pl->level = in->level;
624 pl->profile = in->profile;
637 struct hfi_h264_entropy_control *in = pdata, *hfi = prop_data;
639 hfi->entropy_mode = in->entropy_mode;
641 hfi->cabac_model = in->cabac_model;
646 u32 *in = pdata;
648 switch (*in) {
661 pkt->data[1] = *in;
666 struct hfi_mpeg4_time_resolution *in = pdata, *res = prop_data;
668 res->time_increment_resolution = in->time_increment_resolution;
673 struct hfi_mpeg4_header_extension *in = pdata, *ext = prop_data;
675 ext->header_extension = in->header_extension;
680 struct hfi_h264_db_control *in = pdata, *db = prop_data;
682 switch (in->mode) {
692 db->mode = in->mode;
693 db->slice_alpha_offset = in->slice_alpha_offset;
694 db->slice_beta_offset = in->slice_beta_offset;
699 struct hfi_quantization *in = pdata, *quant = prop_data;
701 quant->qp_i = in->qp_i;
702 quant->qp_p = in->qp_p;
703 quant->qp_b = in->qp_b;
704 quant->layer_id = in->layer_id;
709 struct hfi_quantization_range *in = pdata, *range = prop_data;
712 min_qp = in->min_qp;
713 max_qp = in->max_qp;
715 /* We'll be packing in the qp, so make sure we
729 range->layer_id = in->layer_id;
735 struct hfi_vc1e_perf_cfg_type *in = pdata, *perf = prop_data;
738 in->search_range_x_subsampled,
741 in->search_range_y_subsampled,
749 u32 *in = pdata;
751 bframes->max_num_b_frames = *in;
756 struct hfi_intra_period *in = pdata, *intra = prop_data;
758 intra->pframes = in->pframes;
759 intra->bframes = in->bframes;
764 struct hfi_idr_period *in = pdata, *idr = prop_data;
766 idr->idr_period = in->idr_period;
772 u32 *in = pdata;
774 color->conceal_color = *in & 0xff;
775 color->conceal_color |= ((*in >> 10) & 0xff) << 8;
776 color->conceal_color |= ((*in >> 20) & 0xff) << 16;
781 struct hfi_operations_type *in = pdata, *ops = prop_data;
783 switch (in->rotation) {
794 switch (in->flip) {
804 ops->rotation = in->rotation;
805 ops->flip = in->flip;
810 struct hfi_intra_refresh *in = pdata, *intra = prop_data;
812 switch (in->mode) {
824 intra->mode = in->mode;
825 intra->air_mbs = in->air_mbs;
826 intra->air_ref = in->air_ref;
827 intra->cir_mbs = in->cir_mbs;
832 struct hfi_multi_slice_control *in = pdata, *multi = prop_data;
834 switch (in->multi_slice) {
845 multi->multi_slice = in->multi_slice;
846 multi->slice_size = in->slice_size;
851 struct hfi_enable *in = pdata, *en = prop_data;
853 en->enable = in->enable;
858 struct hfi_h264_vui_timing_info *in = pdata, *vui = prop_data;
860 vui->enable = in->enable;
861 vui->fixed_framerate = in->fixed_framerate;
862 vui->time_scale = in->time_scale;
867 struct hfi_enable *in = pdata, *en = prop_data;
869 en->enable = in->enable;
874 struct hfi_enable *in = pdata, *en = prop_data;
876 en->enable = in->enable;
881 struct hfi_buffer_alloc_mode *in = pdata, *mode = prop_data;
883 mode->type = in->type;
884 mode->mode = in->mode;
889 struct hfi_enable *in = pdata, *en = prop_data;
891 en->enable = in->enable;
896 struct hfi_enable *in = pdata, *en = prop_data;
898 en->enable = in->enable;
903 struct hfi_enable *in = pdata, *en = prop_data;
905 en->enable = in->enable;
911 u32 *in = pdata;
913 thres->threshold_value = *in;
918 struct hfi_mvc_buffer_layout_descp_type *in = pdata;
921 switch (in->layout_type) {
930 mvc->layout_type = in->layout_type;
931 mvc->bright_view_first = in->bright_view_first;
932 mvc->ngap = in->ngap;
937 struct hfi_ltr_mode *in = pdata, *ltr = prop_data;
939 switch (in->ltr_mode) {
949 ltr->ltr_mode = in->ltr_mode;
950 ltr->ltr_count = in->ltr_count;
951 ltr->trust_mode = in->trust_mode;
956 struct hfi_ltr_use *in = pdata, *ltr_use = prop_data;
958 ltr_use->frames = in->frames;
959 ltr_use->ref_ltr = in->ref_ltr;
960 ltr_use->use_constrnt = in->use_constrnt;
965 struct hfi_ltr_mark *in = pdata, *ltr_mark = prop_data;
967 ltr_mark->mark_frame = in->mark_frame;
972 u32 *in = pdata;
974 pkt->data[1] = *in;
979 u32 *in = pdata;
981 pkt->data[1] = *in;
986 struct hfi_enable *in = pdata, *en = prop_data;
988 en->enable = in->enable;
993 struct hfi_initial_quantization *in = pdata, *quant = prop_data;
995 quant->init_qp_enable = in->init_qp_enable;
996 quant->qp_i = in->qp_i;
997 quant->qp_p = in->qp_p;
998 quant->qp_b = in->qp_b;
1003 struct hfi_vpe_color_space_conversion *in = pdata;
1006 memcpy(csc->csc_matrix, in->csc_matrix,
1008 memcpy(csc->csc_bias, in->csc_bias, sizeof(csc->csc_bias));
1009 memcpy(csc->csc_limit, in->csc_limit, sizeof(csc->csc_limit));
1014 struct hfi_enable *in = pdata, *en = prop_data;
1016 en->enable = in->enable;
1021 struct hfi_enable *in = pdata, *en = prop_data;
1023 en->enable = in->enable;
1028 u32 *in = pdata;
1030 pkt->data[1] = *in;
1035 u32 *in = pdata;
1037 pkt->data[1] = *in;
1042 struct hfi_enable *in = pdata, *en = prop_data;
1044 en->enable = in->enable;
1049 struct hfi_hybrid_hierp *in = pdata, *hierp = prop_data;
1051 hierp->layers = in->layers;
1056 struct hfi_uncompressed_plane_actual_info *in = pdata;
1059 info->buffer_type = in->buffer_type;
1060 info->num_planes = in->num_planes;
1061 info->plane_format[0] = in->plane_format[0];
1062 if (in->num_planes > 1)
1063 info->plane_format[1] = in->plane_format[1];
1142 * Any session set property which is different in 3XX packetization
1144 * properties will be handled in the default case.
1148 struct hfi_multi_stream *in = pdata;
1151 multi->buffer_type = in->buffer_type;
1152 multi->enable = in->enable;
1157 struct hfi_intra_refresh *in = pdata;
1160 switch (in->mode) {
1172 intra->mode = in->mode;
1173 intra->mbs = in->cir_mbs;
1206 * Any session set property which is different in 3XX packetization
1208 * properties will be handled in the default case.
1212 struct hfi_buffer_count_actual *in = pdata;
1215 count->count_actual = in->count_actual;
1216 count->type = in->type;
1217 count->count_min_host = in->count_actual;
1222 struct hfi_video_work_mode *in = pdata, *wm = prop_data;
1224 wm->video_work_mode = in->video_work_mode;
1229 struct hfi_videocores_usage_type *in = pdata, *cu = prop_data;
1231 cu->video_core_enable_mask = in->video_core_enable_mask;
1236 struct hfi_hdr10_pq_sei *in = pdata, *hdr10 = prop_data;
1238 memcpy(hdr10, in, sizeof(*hdr10));
1244 u32 *in = pdata;
1246 color->conceal_color_8bit = *in & 0xff;
1247 color->conceal_color_8bit |= ((*in >> 10) & 0xff) << 8;
1248 color->conceal_color_8bit |= ((*in >> 20) & 0xff) << 16;
1249 color->conceal_color_10bit = *in;
1255 struct hfi_h264_8x8_transform *in = pdata, *tm = prop_data;
1257 tm->enable_type = in->enable_type;
1262 struct hfi_quantization_range_v2 *in = pdata, *range = prop_data;
1265 min_qp = in->min_qp.qp_packed;
1266 max_qp = in->max_qp.qp_packed;
1268 /* We'll be packing in the qp, so make sure we
1318 struct hfi_uncompressed_plane_actual_constraints_info *in = pdata;
1321 info->buffer_type = in->buffer_type;
1322 info->num_planes = in->num_planes;
1323 info->plane_format[0] = in->plane_format[0];
1324 if (in->num_planes > 1)
1325 info->plane_format[1] = in->plane_format[1];
1331 struct hfi_heic_frame_quality *in = pdata, *cq = prop_data;
1333 cq->frame_quality = in->frame_quality;
1338 struct hfi_video_work_route *in = pdata, *wr = prop_data;
1340 wr->video_work_route = in->video_work_route;