/third_party/ffmpeg/libavformat/ |
D | srtp.c | 131 uint32_t ssrc, av_uninit(roc); in ff_srtp_decrypt() 158 v = roc = s->roc; in ff_srtp_decrypt() 161 v = roc - 1; in ff_srtp_decrypt() 164 v = roc + 1; in ff_srtp_decrypt() 166 if (v == roc) { in ff_srtp_decrypt() 168 } else if (v == roc + 1) { in ff_srtp_decrypt() 170 roc = v; in ff_srtp_decrypt() 174 AV_WB32(rocbuf, roc); in ff_srtp_decrypt() 206 s->roc = roc; in ff_srtp_decrypt() 278 s->roc++; in ff_srtp_encrypt() [all …]
|
D | srtp.h | 40 uint32_t roc; member
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | mikey.c | 79 fail_unless (mi->roc == 0); in GST_START_TEST() 83 fail_unless (mi->roc == 1); in GST_START_TEST() 90 fail_unless (mi->roc == 1); in GST_START_TEST() 93 srtp.roc = 0; in GST_START_TEST() 98 fail_unless (mi->roc == 0); in GST_START_TEST() 102 fail_unless (mi->roc == 1); in GST_START_TEST()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | calendar.txt | 30 "en_US@calendar=roc", 35 "en_US@calendar=roc", 40 "en_US@calendar=roc", 47 "en_US@calendar=roc", 185 //roc 187 "en_US@calendar=roc", 194 "en_US@calendar=roc", 201 "en_US@calendar=roc", 208 "en_US@calendar=roc",
|
/third_party/gstreamer/gstplugins_bad/ext/srtp/ |
D | gstsrtp.c | 36 srtp_set_stream_roc (srtp_t session, guint32 ssrc, guint32 roc) in srtp_set_stream_roc() argument 45 rdbx_set_roc (&stream->rtp_rdbx, roc); in srtp_set_stream_roc() 50 srtp_get_stream_roc (srtp_t session, guint32 ssrc, guint32 * roc) in srtp_get_stream_roc() argument 59 *roc = stream->rtp_rdbx.index >> 16; in srtp_get_stream_roc()
|
D | gstsrtp.h | 88 guint32 roc); 90 guint32 * roc);
|
D | gstsrtpdec.c | 225 guint32 roc; member 445 guint32 roc; in gst_srtp_dec_create_stats() local 447 status = srtp_get_stream_roc (filter->session, ssrc, &roc); in gst_srtp_dec_create_stats() 453 "ssrc", G_TYPE_UINT, ssrc, "roc", G_TYPE_UINT, roc, NULL); in gst_srtp_dec_create_stats() 570 gst_structure_get_uint (s, "roc", &stream->roc); in get_stream_from_caps() 775 status = srtp_set_stream_roc (filter->session, ssrc, stream->roc); in init_session_stream()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | srtp.c | 101 guint roc = 0; in get_roc() local 108 gst_structure_get_uint (ss, "roc", &roc); in get_roc() 109 return roc; in get_roc()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstmikey.h | 143 guint32 roc; member 676 … guint8 policy, guint32 ssrc, guint32 roc);
|
D | gstmikey.c | 848 gst_mikey_message_add_cs_srtp (copy, srtp->policy, srtp->ssrc, srtp->roc); in mikey_message_copy() 1088 guint32 ssrc, guint32 roc) in gst_mikey_message_add_cs_srtp() argument 1097 val.roc = roc; in gst_mikey_message_add_cs_srtp() 1729 GST_WRITE_UINT32_BE (&data[5], info->roc); in gst_mikey_message_to_bytes() 2114 map.roc = GST_READ_UINT32_BE (&d[5]); in gst_mikey_message_new_from_data()
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | uloc_is_right_to_left_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_get_name_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_canonicalize_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_open_keywords_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_for_language_tag_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
/third_party/icu/icu4c/source/data/lang/ |
D | es_MX.txt | 70 roc{"calendario minguo"}
|
D | ff_Adlm.txt | 232 roc{" "}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | es_MX.txt | 70 roc{"calendario minguo"}
|
D | ff_Adlm.txt | 232 roc{" "}
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 2235 LocalPointer<DateIntervalFormat> roc( in testTicket21222ROCEraDiff() local 2242 roc->setTimeZone(*(TimeZone::getGMT())); in testTicket21222ROCEraDiff() 2265 formatted = roc->formatToValue(bothAfterMG, status); in testTicket21222ROCEraDiff() 2272 formatted = roc->formatToValue(beforeAfterMG, status); in testTicket21222ROCEraDiff() 2278 formatted = roc->formatToValue(bothBeforeMG, status); in testTicket21222ROCEraDiff()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 2369 DateIntervalFormat roc = DateIntervalFormat.getInstance( in testTicket21222ROCEraDiff() local 2371 roc.setTimeZone(TimeZone.GMT_ZONE); in testTicket21222ROCEraDiff() 2394 FormattedDateInterval formatted = roc.formatToValue(bothAfterMG); in testTicket21222ROCEraDiff() 2400 formatted = roc.formatToValue(beforeAfterMG); in testTicket21222ROCEraDiff() 2406 formatted = roc.formatToValue(bothBeforeMG); in testTicket21222ROCEraDiff()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | es_MX.txt | 70 roc{"calendario minguo"}
|
/third_party/flutter/skia/third_party/externals/icu/source/config/ |
D | mh-os390 | 63 # TODO: Consider using -Wc,roc,ros for making the data and strings readonly 64 # -Wc,"ros" seems to work, but not the "roc"
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-os390 | 63 # TODO: Consider using -Wc,roc,ros for making the data and strings readonly 64 # -Wc,"ros" seems to work, but not the "roc"
|
/third_party/icu/icu4c/source/config/ |
D | mh-os390 | 63 # TODO: Consider using -Wc,roc,ros for making the data and strings readonly 64 # -Wc,"ros" seems to work, but not the "roc"
|