/drivers/media/platform/coda/ |
D | coda-h264.c | 259 struct rbsp sps; in coda_h264_sps_fixup() local 266 sps.buf = buf + 5; /* Skip NAL header */ in coda_h264_sps_fixup() 267 sps.size = *size - 5; in coda_h264_sps_fixup() 269 profile_idc = sps.buf[0]; in coda_h264_sps_fixup() 272 sps.pos = 24; in coda_h264_sps_fixup() 275 ret = rbsp_read_uev(&sps, NULL); in coda_h264_sps_fixup() 291 ret = rbsp_read_uev(&sps, NULL); in coda_h264_sps_fixup() 295 ret = rbsp_read_uev(&sps, &pic_order_cnt_type); in coda_h264_sps_fixup() 301 ret = rbsp_read_uev(&sps, NULL); in coda_h264_sps_fixup() 308 ret = rbsp_read_bit(&sps); in coda_h264_sps_fixup() [all …]
|
/drivers/staging/media/allegro-dvt/ |
D | nal-h264.c | 594 static void nal_h264_rbsp_sps(struct rbsp *rbsp, struct nal_h264_sps *sps) in nal_h264_rbsp_sps() argument 598 if (!sps) { in nal_h264_rbsp_sps() 603 rbsp_bits(rbsp, 8, &sps->profile_idc); in nal_h264_rbsp_sps() 604 rbsp_bit(rbsp, &sps->constraint_set0_flag); in nal_h264_rbsp_sps() 605 rbsp_bit(rbsp, &sps->constraint_set1_flag); in nal_h264_rbsp_sps() 606 rbsp_bit(rbsp, &sps->constraint_set2_flag); in nal_h264_rbsp_sps() 607 rbsp_bit(rbsp, &sps->constraint_set3_flag); in nal_h264_rbsp_sps() 608 rbsp_bit(rbsp, &sps->constraint_set4_flag); in nal_h264_rbsp_sps() 609 rbsp_bit(rbsp, &sps->constraint_set5_flag); in nal_h264_rbsp_sps() 610 rbsp_bits(rbsp, 2, &sps->reserved_zero_2bits); in nal_h264_rbsp_sps() [all …]
|
D | allegro-core.c | 1271 struct nal_h264_sps *sps; in allegro_h264_write_sps() local 1278 sps = kzalloc(sizeof(*sps), GFP_KERNEL); in allegro_h264_write_sps() 1279 if (!sps) in allegro_h264_write_sps() 1282 sps->profile_idc = nal_h264_profile_from_v4l2(channel->profile); in allegro_h264_write_sps() 1283 sps->constraint_set0_flag = 0; in allegro_h264_write_sps() 1284 sps->constraint_set1_flag = 1; in allegro_h264_write_sps() 1285 sps->constraint_set2_flag = 0; in allegro_h264_write_sps() 1286 sps->constraint_set3_flag = 0; in allegro_h264_write_sps() 1287 sps->constraint_set4_flag = 0; in allegro_h264_write_sps() 1288 sps->constraint_set5_flag = 0; in allegro_h264_write_sps() [all …]
|
D | nal-h264.h | 194 void *dest, size_t n, struct nal_h264_sps *sps); 196 struct nal_h264_sps *sps, void *src, size_t n); 197 void nal_h264_print_sps(const struct device *dev, struct nal_h264_sps *sps);
|
/drivers/soc/actions/ |
D | owl-sps.c | 44 struct owl_sps *sps; member 54 return owl_sps_set_pg(pd->sps->base, pwr_mask, ack_mask, enable); in owl_sps_set_power() 61 dev_dbg(pd->sps->dev, "%s power on", pd->info->name); in owl_sps_power_on() 70 dev_dbg(pd->sps->dev, "%s power off", pd->info->name); in owl_sps_power_off() 75 static int owl_sps_init_domain(struct owl_sps *sps, int index) in owl_sps_init_domain() argument 79 pd = devm_kzalloc(sps->dev, sizeof(*pd), GFP_KERNEL); in owl_sps_init_domain() 83 pd->info = &sps->info->domains[index]; in owl_sps_init_domain() 84 pd->sps = sps; in owl_sps_init_domain() 92 sps->genpd_data.domains[index] = &pd->genpd; in owl_sps_init_domain() 101 struct owl_sps *sps; in owl_sps_probe() local [all …]
|
D | Makefile | 3 obj-$(CONFIG_OWL_PM_DOMAINS_HELPER) += owl-sps-helper.o 4 obj-$(CONFIG_OWL_PM_DOMAINS) += owl-sps.o
|
/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_h265.c | 248 const struct v4l2_ctrl_hevc_sps *sps; in cedrus_h265_setup() local 259 sps = run->h265.sps; in cedrus_h265_setup() 269 sps->log2_min_luma_coding_block_size_minus3 + 3 + in cedrus_h265_setup() 270 sps->log2_diff_max_min_luma_coding_block_size; in cedrus_h265_setup() 350 …reg = VE_DEC_H265_DEC_SPS_HDR_MAX_TRANSFORM_HIERARCHY_DEPTH_INTRA(sps->max_transform_hierarchy_dep… in cedrus_h265_setup() 351 …VE_DEC_H265_DEC_SPS_HDR_MAX_TRANSFORM_HIERARCHY_DEPTH_INTER(sps->max_transform_hierarchy_depth_int… in cedrus_h265_setup() 352 …VE_DEC_H265_DEC_SPS_HDR_LOG2_DIFF_MAX_MIN_TRANSFORM_BLOCK_SIZE(sps->log2_diff_max_min_luma_transfo… in cedrus_h265_setup() 353 …VE_DEC_H265_DEC_SPS_HDR_LOG2_MIN_TRANSFORM_BLOCK_SIZE_MINUS2(sps->log2_min_luma_transform_block_si… in cedrus_h265_setup() 354 …VE_DEC_H265_DEC_SPS_HDR_LOG2_DIFF_MAX_MIN_LUMA_CODING_BLOCK_SIZE(sps->log2_diff_max_min_luma_codin… in cedrus_h265_setup() 355 …VE_DEC_H265_DEC_SPS_HDR_LOG2_MIN_LUMA_CODING_BLOCK_SIZE_MINUS3(sps->log2_min_luma_coding_block_siz… in cedrus_h265_setup() [all …]
|
D | cedrus_h264.c | 98 const struct v4l2_ctrl_h264_sps *sps = run->h264.sps; in cedrus_write_frame_list() local 151 else if (sps->flags & V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD) in cedrus_write_frame_list() 327 const struct v4l2_ctrl_h264_sps *sps = run->h264.sps; in cedrus_set_params() local 403 reg |= (sps->chroma_format_idc & 0x7) << 19; in cedrus_set_params() 404 reg |= (sps->pic_width_in_mbs_minus1 & 0xff) << 8; in cedrus_set_params() 405 reg |= sps->pic_height_in_map_units_minus1 & 0xff; in cedrus_set_params() 406 if (sps->flags & V4L2_H264_SPS_FLAG_FRAME_MBS_ONLY) in cedrus_set_params() 408 if (sps->flags & V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD) in cedrus_set_params() 410 if (sps->flags & V4L2_H264_SPS_FLAG_DIRECT_8X8_INFERENCE) in cedrus_set_params() 415 (sps->flags & V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD); in cedrus_set_params() [all …]
|
D | cedrus_dec.c | 58 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 65 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
|
D | cedrus.h | 64 const struct v4l2_ctrl_h264_sps *sps; member 74 const struct v4l2_ctrl_hevc_sps *sps; member
|
/drivers/staging/media/hantro/ |
D | hantro_g1_h264_dec.c | 26 const struct v4l2_ctrl_h264_sps *sps = ctrls->sps; in set_params() local 34 if (sps->flags & V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD) in set_params() 36 if (sps->profile_idc > 66) { in set_params() 42 if (!(sps->flags & V4L2_H264_SPS_FLAG_FRAME_MBS_ONLY) && in set_params() 43 (sps->flags & V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD || in set_params() 55 G1_REG_DEC_CTRL1_REF_FRAMES(sps->max_num_ref_frames); in set_params() 64 if (!(sps->flags & V4L2_H264_SPS_FLAG_FRAME_MBS_ONLY)) in set_params() 75 reg = G1_REG_DEC_CTRL4_FRAMENUM_LEN(sps->log2_max_frame_num_minus4 + 4) | in set_params() 80 if (sps->flags & V4L2_H264_SPS_FLAG_DIRECT_8X8_INFERENCE) in set_params() 82 if (sps->profile_idc >= 100 && sps->chroma_format_idc == 0) in set_params() [all …]
|
D | hantro_h264.c | 356 ctrls->sps = in hantro_h264_dec_prepare_run() 358 if (WARN_ON(!ctrls->sps)) in hantro_h264_dec_prepare_run() 374 ctrls->sps, ctx->h264_dec.dpb); in hantro_h264_dec_prepare_run()
|
D | hantro_drv.c | 246 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in hantro_try_ctrl() local 248 if (sps->chroma_format_idc > 1) in hantro_try_ctrl() 251 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl() 254 if (sps->bit_depth_luma_minus8 != 0) in hantro_try_ctrl()
|
D | hantro_hw.h | 65 const struct v4l2_ctrl_h264_sps *sps; member
|
/drivers/staging/media/rkvdec/ |
D | rkvdec-h264.c | 112 const struct v4l2_ctrl_h264_sps *sps; member 640 const struct v4l2_ctrl_h264_sps *sps = run->sps; in assemble_hw_pps() local 664 WRITE_PPS(sps->chroma_format_idc, CHROMA_FORMAT_IDC); in assemble_hw_pps() 665 WRITE_PPS(sps->bit_depth_luma_minus8, BIT_DEPTH_LUMA); in assemble_hw_pps() 666 WRITE_PPS(sps->bit_depth_chroma_minus8, BIT_DEPTH_CHROMA); in assemble_hw_pps() 668 WRITE_PPS(sps->log2_max_frame_num_minus4, LOG2_MAX_FRAME_NUM_MINUS4); in assemble_hw_pps() 669 WRITE_PPS(sps->max_num_ref_frames, MAX_NUM_REF_FRAMES); in assemble_hw_pps() 670 WRITE_PPS(sps->pic_order_cnt_type, PIC_ORDER_CNT_TYPE); in assemble_hw_pps() 671 WRITE_PPS(sps->log2_max_pic_order_cnt_lsb_minus4, in assemble_hw_pps() 673 WRITE_PPS(!!(sps->flags & V4L2_H264_SPS_FLAG_DELTA_PIC_ORDER_ALWAYS_ZERO), in assemble_hw_pps() [all …]
|
D | rkvdec.c | 33 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in rkvdec_try_ctrl() local 39 if (sps->chroma_format_idc > 1) in rkvdec_try_ctrl() 42 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_try_ctrl() 45 if (sps->bit_depth_luma_minus8 != 0) in rkvdec_try_ctrl()
|
/drivers/iio/imu/ |
D | adis16400.c | 356 int sps, ret; in adis16400_get_freq() local 363 sps = (t & ADIS16400_SMPL_PRD_TIME_BASE) ? 52851 : 1638404; in adis16400_get_freq() 364 sps /= (t & ADIS16400_SMPL_PRD_DIV_MASK) + 1; in adis16400_get_freq() 366 return sps; in adis16400_get_freq() 405 static int __adis16400_set_filter(struct iio_dev *indio_dev, int sps, int val) in __adis16400_set_filter() argument 412 if (sps / adis16400_3db_divisors[i] >= val) in __adis16400_set_filter() 508 int ret, sps; in adis16400_write_raw() local 523 sps = st->variant->get_freq(st); in adis16400_write_raw() 524 if (sps < 0) { in adis16400_write_raw() 526 return sps; in adis16400_write_raw() [all …]
|
/drivers/media/v4l2-core/ |
D | v4l2-h264.c | 27 const struct v4l2_ctrl_h264_sps *sps, in v4l2_h264_init_reflist_builder() argument 33 max_frame_num = 1 << (sps->log2_max_frame_num_minus4 + 4); in v4l2_h264_init_reflist_builder()
|
/drivers/mtd/nand/raw/ |
D | mtk_nand.c | 1221 static int mtk_nfc_set_spare_per_sector(u32 *sps, struct mtd_info *mtd) in mtk_nfc_set_spare_per_sector() argument 1229 *sps = mtd->oobsize / eccsteps; in mtk_nfc_set_spare_per_sector() 1232 *sps >>= 1; in mtk_nfc_set_spare_per_sector() 1234 if (*sps < MTK_NFC_MIN_SPARE) in mtk_nfc_set_spare_per_sector() 1238 if (*sps >= spare[i] && spare[i] >= spare[closest_spare]) { in mtk_nfc_set_spare_per_sector() 1240 if (*sps == spare[i]) in mtk_nfc_set_spare_per_sector() 1245 *sps = spare[closest_spare]; in mtk_nfc_set_spare_per_sector() 1248 *sps <<= 1; in mtk_nfc_set_spare_per_sector()
|