Home
last modified time | relevance | path

Searched refs:hours_value (Results 1 - 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c226 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 Dhevc_sei.h109 uint8_t hours_value[3]; member
H A Dhevc_sei.c396 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 Dcbs_h264.h245 uint8_t hours_value; member
H A Dcbs_av1.h365 uint8_t hours_value; member
H A Dcbs_h264_syntax_template.c577 u(5, hours_value, 0, 23); in sei_pic_timestamp()
587 u(5, hours_value, 0, 23); in sei_pic_timestamp()
H A Dcbs_h265.h654 uint8_t hours_value[3]; member
H A Dcbs_h265_syntax_template.c2028 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 Dcbs_av1_syntax_template.c1976 fc(5, hours_value, 0, 23); in metadata_timecode()
1986 fc(5, hours_value, 0, 23); in metadata_timecode()
H A Dhevcdec.c2904 int hh = s->sei.timecode.hours_value[i]; in set_side_data()

Completed in 19 milliseconds