Searched refs:seconds_value (Results 1 – 13 of 13) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-date.c | 242 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/ |
D | cbs_h264.h | 250 uint8_t seconds_value; member
|
D | cbs_av1.h | 359 uint8_t seconds_value; member
|
D | cbs_h265.h | 654 uint8_t seconds_value[3]; member
|
D | cbs_h264_syntax_template.c | 574 u(6, seconds_value, 0, 59); in FUNC() 580 u(6, seconds_value, 0, 59); in FUNC()
|
D | cbs_av1_syntax_template.c | 1878 fc(6, seconds_value, 0, 59); in FUNC() 1884 fc(6, seconds_value, 0, 59); in FUNC()
|
D | cbs_h265_syntax_template.c | 1997 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/ |
D | gsth264parser.h | 939 guint8 seconds_value; member
|
D | gsth265parser.h | 1103 guint8 seconds_value[3]; member
|
D | gsth264parser.c | 928 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()
|
D | gsth265parser.c | 1149 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/ |
D | gsth265parse.c | 2296 time_code.seconds_value[i] : 0, n_frames, field_count); in gst_h265_parse_pre_push_frame()
|
D | gsth264parse.c | 2736 tim->seconds_flag ? tim->seconds_value : 0, n_frames, field_count); in gst_h264_parse_pre_push_frame()
|