Searched refs:hours_value (Results 1 - 10 of 10) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-date.c | 226 ECMA_TRY_CATCH (hours_value, ecma_op_to_number (args[3]), ret_value); in ecma_date_construct_helper() 227 hours = ecma_get_number_from_value (hours_value); in ecma_date_construct_helper() 228 ECMA_FINALIZE (hours_value); in ecma_date_construct_helper()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_sei.h | 109 uint8_t hours_value[3]; member
|
H A D | hevc_sei.c | 396 s->hours_value[i] = av_clip(get_bits(gb, 5), 0, 23); in decode_nal_sei_timecode() 406 s->hours_value[i] = av_clip(get_bits(gb, 5), 0, 23); in decode_nal_sei_timecode()
|
H A D | cbs_h264.h | 245 uint8_t hours_value; member
|
H A D | cbs_av1.h | 365 uint8_t hours_value; member
|
H A D | cbs_h264_syntax_template.c | 577 u(5, hours_value, 0, 23); in sei_pic_timestamp() 587 u(5, hours_value, 0, 23); in sei_pic_timestamp()
|
H A D | cbs_h265.h | 654 uint8_t hours_value[3]; member
|
H A D | cbs_h265_syntax_template.c | 2028 us(5, hours_value[i], 0, 23, 1, i); in sei_time_code() 2038 us(5, hours_value[i], 0, 23, 1, i); in sei_time_code()
|
H A D | cbs_av1_syntax_template.c | 1976 fc(5, hours_value, 0, 23); in metadata_timecode() 1986 fc(5, hours_value, 0, 23); in metadata_timecode()
|
H A D | hevcdec.c | 2904 int hh = s->sei.timecode.hours_value[i]; in set_side_data()
|
Completed in 19 milliseconds