Home
last modified time | relevance | path

Searched refs:tag_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux-util.c277 GstBuffer *tag_buf; in gst_hlsdemux_tsreader_find_pcrs_id3() local
324 tag_buf = gst_sample_get_buffer (priv_data); in gst_hlsdemux_tsreader_find_pcrs_id3()
325 if (tag_buf == NULL) in gst_hlsdemux_tsreader_find_pcrs_id3()
328 if (!gst_buffer_map (tag_buf, &info, GST_MAP_READ)) in gst_hlsdemux_tsreader_find_pcrs_id3()
337 gst_buffer_unmap (tag_buf, &info); in gst_hlsdemux_tsreader_find_pcrs_id3()
/third_party/mbedtls/library/
Dgcm.c891 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local
933 buf, 16, tag_buf ); in mbedtls_gcm_self_test()
948 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
977 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
984 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
1052 ret = mbedtls_gcm_finish( &ctx, NULL, 0, &olen, tag_buf, 16 ); in mbedtls_gcm_self_test()
1058 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
1124 ret = mbedtls_gcm_finish( &ctx, NULL, 0, &olen, tag_buf, 16 ); in mbedtls_gcm_self_test()
1130 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
/third_party/ffmpeg/libavformat/
Drsd.c73 const char *tag_buf = av_fourcc2str(par->codec_tag); in rsd_read_header() local
76 avpriv_request_sample(s, "Codec tag: %s", tag_buf); in rsd_read_header()
80 av_log(s, AV_LOG_ERROR, "Unknown codec tag: %s\n", tag_buf); in rsd_read_header()
/third_party/mbedtls/tests/suites/
Dtest_suite_ccm.function186 uint8_t* tag_buf = NULL;
196 ASSERT_ALLOC( tag_buf, expected_tag_len );
202 io_msg_buf, io_msg_buf, tag_buf, expected_tag_len ), 0);
205 ASSERT_COMPARE( tag_buf, expected_tag_len, expected_tag, expected_tag_len );
230 mbedtls_free( tag_buf );
334 uint8_t* tag_buf = NULL;
351 ASSERT_ALLOC( tag_buf, 16 );
353 ASSERT_ALLOC( tag_buf, expected_tag_len );
369 io_msg_buf, tag_buf, expected_tag_len), output_ret );
372 ASSERT_COMPARE( tag_buf, expected_tag_len, expected_tag, expected_tag_len );
[all …]