Home
last modified time | relevance | path

Searched refs:seconds_value (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c541 if (ta->seconds_value != tb->seconds_value || in check_sei_pic_timing()
550 if (ta->seconds_value != tb->seconds_value || in check_sei_pic_timing()
Dh265parser.c998 if ((a->seconds_value[i] != b->seconds_value[i]) || in check_sei_time_code()
1008 if ((a->seconds_value[i] != b->seconds_value[i]) || in check_sei_time_code()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c242 ECMA_TRY_CATCH (seconds_value, ecma_op_to_number (args[5]), ret_value); in ecma_date_construct_helper()
243 seconds = ecma_get_number_from_value (seconds_value); in ecma_date_construct_helper()
244 ECMA_FINALIZE (seconds_value); in ecma_date_construct_helper()
/third_party/ffmpeg/libavcodec/
Dhevc_sei.h100 uint8_t seconds_value[3]; member
Dhevc_sei.c369 s->seconds_value[i] = av_clip(get_bits(gb, 6), 0, 59); in decode_nal_sei_timecode()
375 s->seconds_value[i] = av_clip(get_bits(gb, 6), 0, 59); in decode_nal_sei_timecode()
Dcbs_h264.h241 uint8_t seconds_value; member
Dcbs_av1.h363 uint8_t seconds_value; member
Dcbs_h264_syntax_template.c575 u(6, seconds_value, 0, 59); in FUNC()
581 u(6, seconds_value, 0, 59); in FUNC()
Dcbs_h265.h631 uint8_t seconds_value[3]; member
Dcbs_av1_syntax_template.c1974 fc(6, seconds_value, 0, 59); in FUNC()
1980 fc(6, seconds_value, 0, 59); in FUNC()
Dcbs_h265_syntax_template.c1958 us(6, seconds_value[i], 0, 59, 1, i); in FUNC()
1964 us(6, seconds_value[i], 0, 59, 1, i); in FUNC()
Dhevcdec.c2872 int ss = s->sei.timecode.seconds_value[i]; in set_side_data()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c934 READ_UINT8 (nr, tim->seconds_value, 6); in gst_h264_parse_clock_timestamp()
944 READ_UINT8 (nr, tim->seconds_value, 6); in gst_h264_parse_clock_timestamp()
2905 WRITE_UINT8 (nw, timestamp->seconds_value, 6); in gst_h264_write_sei_pic_timing()
2911 WRITE_UINT8 (nw, timestamp->seconds_value, 6); in gst_h264_write_sei_pic_timing()
Dgsth264parser.h1001 guint8 seconds_value; member
Dgstav1parser.h1041 guint8 seconds_value; member
Dgsth265parser.c1266 READ_UINT8 (nr, tc->seconds_value[i], 6); in gst_h265_parser_parse_time_code()
1276 READ_UINT8 (nr, tc->seconds_value[i], 6); in gst_h265_parser_parse_time_code()
3829 WRITE_UINT8 (nw, tc->seconds_value[i], 6); in gst_h265_write_sei_time_code()
3835 WRITE_UINT8 (nw, tc->seconds_value[i], 6); in gst_h265_write_sei_time_code()
Dgsth265parser.h1555 guint8 seconds_value[3]; member
Dgstav1parser.c1685 timecode->seconds_value = AV1_READ_BITS (br, 6); in gst_av1_parse_metadata_timecode()
1698 timecode->seconds_value = AV1_READ_BITS (br, 6); in gst_av1_parse_metadata_timecode()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c3027 tim->seconds_value = tc->seconds; in gst_h264_parse_create_pic_timing_sei()
3041 tim->hours_value, tim->minutes_value, tim->seconds_value, in gst_h264_parse_create_pic_timing_sei()
3341 tim->hours_value, tim->minutes_value, tim->seconds_value, n_frames); in gst_h264_parse_pre_push_frame()
3350 tim->seconds_flag ? tim->seconds_value : 0, n_frames, field_count); in gst_h264_parse_pre_push_frame()
Dgsth265parse.c3025 seconds_value[i] : 0, n_frames, field_count); in gst_h265_parse_pre_push_frame()