Home
last modified time | relevance | path

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

/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/
Dcbs_h264.h250 uint8_t seconds_value; member
Dcbs_av1.h359 uint8_t seconds_value; member
Dcbs_h265.h654 uint8_t seconds_value[3]; member
Dcbs_h264_syntax_template.c574 u(6, seconds_value, 0, 59); in FUNC()
580 u(6, seconds_value, 0, 59); in FUNC()
Dcbs_av1_syntax_template.c1878 fc(6, seconds_value, 0, 59); in FUNC()
1884 fc(6, seconds_value, 0, 59); in FUNC()
Dcbs_h265_syntax_template.c1997 us(6, seconds_value[i], 0, 59, 1, i); in FUNC()
2003 us(6, seconds_value[i], 0, 59, 1, i); in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h939 guint8 seconds_value; member
Dgsth265parser.h1103 guint8 seconds_value[3]; member
Dgsth264parser.c928 READ_UINT8 (nr, tim->seconds_value, 6); in gst_h264_parse_clock_timestamp()
938 READ_UINT8 (nr, tim->seconds_value, 6); in gst_h264_parse_clock_timestamp()
Dgsth265parser.c1149 READ_UINT8 (nr, tc->seconds_value[i], 6); in gst_h265_parser_parse_time_code()
1159 READ_UINT8 (nr, tc->seconds_value[i], 6); in gst_h265_parser_parse_time_code()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2296 time_code.seconds_value[i] : 0, n_frames, field_count); in gst_h265_parse_pre_push_frame()
Dgsth264parse.c2736 tim->seconds_flag ? tim->seconds_value : 0, n_frames, field_count); in gst_h264_parse_pre_push_frame()