Home
last modified time | relevance | path

Searched refs:sps (Results 1 – 25 of 3982) sorted by relevance

12345678910>>...160

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_ps.c340 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (sps->data_size > sizeof(sps->data)) { in ff_h264_decode_seq_parameter_set()
351 sps->data_size = sizeof(sps->data); in ff_h264_decode_seq_parameter_set()
353 memcpy(sps->data, gb->buffer, sps->data_size); in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
503 sps->mb_height *= 2 - sps->frame_mbs_only_flag; in ff_h264_decode_seq_parameter_set()
610 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
613 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
616 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
617 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c129 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
899 sps->hshift[0] = sps->vshift[0] = 0; in map_pixel_format()
1204 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1205 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1206 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1208 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1209 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1210 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1211 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1212 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_parse_sps()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_ps.c340 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (sps->data_size > sizeof(sps->data)) { in ff_h264_decode_seq_parameter_set()
351 sps->data_size = sizeof(sps->data); in ff_h264_decode_seq_parameter_set()
353 memcpy(sps->data, gb->buffer, sps->data_size); in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
503 sps->mb_height *= 2 - sps->frame_mbs_only_flag; in ff_h264_decode_seq_parameter_set()
610 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
613 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
616 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
617 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c129 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
899 sps->hshift[0] = sps->vshift[0] = 0; in map_pixel_format()
1204 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1205 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1206 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1208 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1209 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1210 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1211 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1212 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_parse_sps()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c340 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (sps->data_size > sizeof(sps->data)) { in ff_h264_decode_seq_parameter_set()
351 sps->data_size = sizeof(sps->data); in ff_h264_decode_seq_parameter_set()
353 memcpy(sps->data, gb->buffer, sps->data_size); in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
503 sps->mb_height *= 2 - sps->frame_mbs_only_flag; in ff_h264_decode_seq_parameter_set()
610 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
613 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
616 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
617 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c129 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
895 sps->hshift[0] = sps->vshift[0] = 0; in map_pixel_format()
1200 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1201 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1202 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1204 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1205 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1206 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1207 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1208 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_parse_sps()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c340 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (sps->data_size > sizeof(sps->data)) { in ff_h264_decode_seq_parameter_set()
351 sps->data_size = sizeof(sps->data); in ff_h264_decode_seq_parameter_set()
353 memcpy(sps->data, gb->buffer, sps->data_size); in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
503 sps->mb_height *= 2 - sps->frame_mbs_only_flag; in ff_h264_decode_seq_parameter_set()
596sps->num_reorder_frames = FFMIN(level_max_dpb_mbs[i][1] / (sps->mb_width * sps->mb_height), in ff_h264_decode_seq_parameter_set()
610 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
613 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
616 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c129 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
861 sps->hshift[0] = sps->vshift[0] = 0; in map_pixel_format()
1166 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1167 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1168 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1170 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1171 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1172 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1173 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1174 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_parse_sps()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_ps.c340 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (sps->data_size > sizeof(sps->data)) { in ff_h264_decode_seq_parameter_set()
351 sps->data_size = sizeof(sps->data); in ff_h264_decode_seq_parameter_set()
353 memcpy(sps->data, gb->buffer, sps->data_size); in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
488 sps->mb_height *= 2 - sps->frame_mbs_only_flag; in ff_h264_decode_seq_parameter_set()
580sps->num_reorder_frames = FFMIN(level_max_dpb_mbs[i][1] / (sps->mb_width * sps->mb_height), in ff_h264_decode_seq_parameter_set()
594 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
597 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
600 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c129 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
865 sps->hshift[0] = sps->vshift[0] = 0; in map_pixel_format()
1177 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1178 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1179 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1181 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1182 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_parse_sps()
1183 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1184 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_parse_sps()
1185 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_parse_sps()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dset.c110 sps->i_mb_height = ( sps->i_mb_height + 1 ) & ~1; in x264_sps_init()
129 sps->b_constraint_set0 = sps->i_profile_idc == PROFILE_BASELINE; in x264_sps_init()
132 sps->b_constraint_set1 = sps->i_profile_idc <= PROFILE_MAIN; in x264_sps_init()
204 if( sps->vui.i_colorprim != 2 || sps->vui.i_transfer != 2 || sps->vui.i_colmatrix != 2 ) in x264_sps_init()
207 if( sps->vui.i_vidformat != 5 || sps->vui.b_fullrange || sps->vui.b_color_description_present ) in x264_sps_init()
234sps->vui.b_bitstream_restriction = !(sps->b_constraint_set3 && sps->i_profile_idc >= PROFILE_HIGH); in x264_sps_init()
254 sps->b_crop = sps->crop.i_left || sps->crop.i_top || in x264_sps_init_reconfigurable()
255 sps->crop.i_right || sps->crop.i_bottom; in x264_sps_init_reconfigurable()
613 x264_sps_t *sps = h->sps; in x264_sei_buffering_period_write() local
635 x264_sps_t *sps = h->sps; in x264_sei_pic_timing_write() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dset.c110 sps->i_mb_height = ( sps->i_mb_height + 1 ) & ~1; in x264_sps_init()
129 sps->b_constraint_set0 = sps->i_profile_idc == PROFILE_BASELINE; in x264_sps_init()
132 sps->b_constraint_set1 = sps->i_profile_idc <= PROFILE_MAIN; in x264_sps_init()
204 if( sps->vui.i_colorprim != 2 || sps->vui.i_transfer != 2 || sps->vui.i_colmatrix != 2 ) in x264_sps_init()
207 if( sps->vui.i_vidformat != 5 || sps->vui.b_fullrange || sps->vui.b_color_description_present ) in x264_sps_init()
234sps->vui.b_bitstream_restriction = !(sps->b_constraint_set3 && sps->i_profile_idc >= PROFILE_HIGH); in x264_sps_init()
254 sps->b_crop = sps->crop.i_left || sps->crop.i_top || in x264_sps_init_reconfigurable()
255 sps->crop.i_right || sps->crop.i_bottom; in x264_sps_init_reconfigurable()
613 x264_sps_t *sps = h->sps; in x264_sei_buffering_period_write() local
635 x264_sps_t *sps = h->sps; in x264_sei_pic_timing_write() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_ps.c216 if (!sps->num_units_in_tick || !sps->time_scale) { in decode_vui_parameters()
219 sps->time_scale, sps->num_units_in_tick); in decode_vui_parameters()
331 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (!sps) in ff_h264_decode_seq_parameter_set()
389 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
449 sps->ref_frame_count = FFMAX(2, sps->ref_frame_count); in ff_h264_decode_seq_parameter_set()
552 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
555 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
558 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
559 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c85 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
1013 sps->output_width = sps->width - in ff_hevc_decode_nal_sps()
1039 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1040 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1041 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_decode_nal_sps()
1043 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1044 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1045 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1046 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1047 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_decode_nal_sps()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_ps.c216 if (!sps->num_units_in_tick || !sps->time_scale) { in decode_vui_parameters()
219 sps->time_scale, sps->num_units_in_tick); in decode_vui_parameters()
331 SPS *sps; in ff_h264_decode_seq_parameter_set() local
349 if (!sps) in ff_h264_decode_seq_parameter_set()
389 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
449 sps->ref_frame_count = FFMAX(2, sps->ref_frame_count); in ff_h264_decode_seq_parameter_set()
552 sps_id, sps->profile_idc, sps->level_idc, in ff_h264_decode_seq_parameter_set()
555 sps->mb_width, sps->mb_height, in ff_h264_decode_seq_parameter_set()
558 sps->crop_left, sps->crop_right, in ff_h264_decode_seq_parameter_set()
559 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
[all …]
H A Dhevc_ps.c85 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
1013 sps->output_width = sps->width - in ff_hevc_decode_nal_sps()
1039 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1040 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1041 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_decode_nal_sps()
1043 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1044 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1045 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1046 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1047 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_decode_nal_sps()
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dproto3.cpp50 …f_must< string< 'o', 'p', 't', 'i', 'o', 'n' >, sps, option_name, sps, equ, sps, constant, sps, se…
79 … 'p', 'e', 'a', 't', 'e', 'd' >, sps >, type, sps, field_name, sps, equ, sps, field_number, sps, o…
82 …struct oneof_field : if_must< type, sps, field_name, sps, equ, sps, field_number, sps, opt< field_…
84 … string< 'o', 'n', 'e', 'o', 'f' >, sps, oneof_name, sps, one< '{' >, sps, until< one< '}' >, oneo…
88 … >, sps, one< '<' >, sps, key_type, sps, comma, sps, type, sps, one< '>' >, sps, map_name, sps, eq…
97 …ld : seq< ident, sps, equ, sps, int_lit, sps, opt_must< one< '[' >, sps, list_must< enum_value_opt…
102 … 'm', 'e', 's', 's', 'a', 'g', 'e' >, sps, ident, sps, one< '{' >, sps, star< message_thing, sps >…
104 …ckage : if_must< string< 'p', 'a', 'c', 'k', 'a', 'g', 'e' >, sps, full_ident, sps, semi, sps > {};
107 … : if_must< string< 'i', 'm', 'p', 'o', 'r', 't' >, sps, import_option, sps, str_lit, sps, semi, s…
112 … if_must< string< 'r', 'p', 'c' >, sps, rpc_name, sps, rpc_type, sps, string< 'r', 'e', 't', 'u', …
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dset.c111 sps->i_id = i_id; in x264_sps_init()
131 sps->b_constraint_set0 = sps->i_profile_idc == PROFILE_BASELINE; in x264_sps_init()
134 sps->b_constraint_set1 = sps->i_profile_idc <= PROFILE_MAIN; in x264_sps_init()
184 sps->b_vui = 1; in x264_sps_init()
189 sps->i_mb_height = ( sps->i_mb_height + 1 ) & ~1; in x264_sps_init()
196sps->crop.i_bottom = (param->crop_rect.i_bottom + sps->i_mb_height*16 - param->i_height) >> !sps->… in x264_sps_init()
197 sps->b_crop = sps->crop.i_left || sps->crop.i_top || in x264_sps_init()
198 sps->crop.i_right || sps->crop.i_bottom; in x264_sps_init()
605 x264_sps_t *sps = h->sps; in x264_sei_buffering_period_write() local
627 x264_sps_t *sps = h->sps; in x264_sei_pic_timing_write() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dset.c111 sps->i_id = i_id; in x264_sps_init()
131 sps->b_constraint_set0 = sps->i_profile_idc == PROFILE_BASELINE; in x264_sps_init()
134 sps->b_constraint_set1 = sps->i_profile_idc <= PROFILE_MAIN; in x264_sps_init()
184 sps->b_vui = 1; in x264_sps_init()
189 sps->i_mb_height = ( sps->i_mb_height + 1 ) & ~1; in x264_sps_init()
196sps->crop.i_bottom = (param->crop_rect.i_bottom + sps->i_mb_height*16 - param->i_height) >> !sps->… in x264_sps_init()
197 sps->b_crop = sps->crop.i_left || sps->crop.i_top || in x264_sps_init()
198 sps->crop.i_right || sps->crop.i_bottom; in x264_sps_init()
605 x264_sps_t *sps = h->sps; in x264_sei_buffering_period_write() local
627 x264_sps_t *sps = h->sps; in x264_sei_pic_timing_write() local
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_ps.c66 if (rps != sps->st_rps && sps->nb_st_rps) in ff_hevc_decode_short_term_rps()
1167 sps->output_width = sps->width; in ff_hevc_decode_nal_sps()
1210 sps->ctb_width = (sps->width + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1211 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_decode_nal_sps()
1212 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_decode_nal_sps()
1214 sps->min_cb_width = sps->width >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1215 sps->min_cb_height = sps->height >> sps->log2_min_cb_size; in ff_hevc_decode_nal_sps()
1216 sps->min_tb_width = sps->width >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1217 sps->min_tb_height = sps->height >> sps->log2_min_tb_size; in ff_hevc_decode_nal_sps()
1218 sps->min_pu_width = sps->width >> sps->log2_min_pu_size; in ff_hevc_decode_nal_sps()
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/model/Settings/
H A DilStudyProgrammeSettingsTest.php29 return $sps;
35 public function test_subtype_id($sps) argument
43 public function test_points($sps) argument
52 public function test_wrong_points($sps) argument
54 $sps->setPoints(-3);
60 public function test_lp_mode($sps) argument
82 $sps->setLPMode(4)->getLPMode();
88 public function test_status($sps) argument
108 public function test_wrong_status($sps) argument
110 $sps->setStatus(41);
[all …]
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_spaces.c10 sp = r_spaces_current (sps); in test_space_basic()
17 sp = r_spaces_current (sps); in test_space_basic()
25 r_spaces_free (sps); in test_space_basic()
35 r_spaces_set (sps, NULL); in test_space_stack()
38 r_spaces_push (sps, "*"); in test_space_stack()
43 r_spaces_pop (sps); in test_space_stack()
44 s = r_spaces_current (sps); in test_space_stack()
46 r_spaces_pop (sps); in test_space_stack()
49 r_spaces_pop (sps); in test_space_stack()
60 r_spaces_free (sps); in test_space_stack()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Codecs/
H A DAp4AvcParser.cpp367 sps.profile_idc == 86) { in ParseSPS()
439 if (sps.frame_cropping_flag) { in ParseSPS()
457 sps.sar_width = SAR[sps.aspect_ratio_idc][0]; in ParseSPS()
458 sps.sar_height = SAR[sps.aspect_ratio_idc][1]; in ParseSPS()
497 if (!sps.num_units_in_tick || !sps.time_scale) in ParseSPS()
653 if (sps == NULL) { in ParseSliceHeader()
675 if (sps->pic_order_cnt_type == 1 && !sps->delta_pic_order_always_zero_flags) { in ParseSliceHeader()
734 if (sps == NULL) return false; in SameFrame()
800 if (sps == NULL) return; in MaybeNewAccessUnit()
1071 delete sps; in Feed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/video/
H A Dh264_parser_unittest.cc29 sps->profile_idc = 100; in MakeSPS_BBB480p()
30 sps->level_idc = 30; in MakeSPS_BBB480p()
31 sps->chroma_format_idc = 1; in MakeSPS_BBB480p()
33 sps->max_num_ref_frames = 5; in MakeSPS_BBB480p()
40 sps->num_units_in_tick = 1; in MakeSPS_BBB480p()
41 sps->time_scale = 48; in MakeSPS_BBB480p()
53 sps->chroma_array_type = 1; in MakeSPS_BBB480p()
55 return sps; in MakeSPS_BBB480p()
76 sps->frame_crop_top_offset = 3; in TEST_F()
83 sps->frame_crop_top_offset = 0; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/video/
H A Dh264_parser_unittest.cc29 sps->profile_idc = 100; in MakeSPS_BBB480p()
30 sps->level_idc = 30; in MakeSPS_BBB480p()
31 sps->chroma_format_idc = 1; in MakeSPS_BBB480p()
33 sps->max_num_ref_frames = 5; in MakeSPS_BBB480p()
40 sps->num_units_in_tick = 1; in MakeSPS_BBB480p()
41 sps->time_scale = 48; in MakeSPS_BBB480p()
53 sps->chroma_array_type = 1; in MakeSPS_BBB480p()
55 return sps; in MakeSPS_BBB480p()
76 sps->frame_crop_top_offset = 3; in TEST_F()
83 sps->frame_crop_top_offset = 0; in TEST_F()
[all …]

12345678910>>...160