Searched refs:id_size (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | webvttenc.c | 67 size_t id_size, settings_size; in webvtt_write_packet() local 74 &id_size); in webvtt_write_packet() 76 if (id_size > INT_MAX) in webvtt_write_packet() 79 id_size_int = id_size; in webvtt_write_packet()
|
H A D | matroskaenc.c | 2562 size_t id_size, settings_size; in webm_reformat_vtt() local 2569 &id_size); in webm_reformat_vtt() 2572 if (id_size > INT_MAX - total || settings_size > INT_MAX - (total += id_size)) in webm_reformat_vtt() 2576 avio_write(pb, id, id_size); in webm_reformat_vtt()
|
/third_party/libsnd/tests/ |
H A D | chunk_test.c | 134 chunk_info.id_size = 4 ; in chunk_test_helper() 155 chunk_info.id_size = 4 ; in chunk_test_helper() 224 chunk_info.id_size = 4 ; in multichunk_test_helper() 247 chunk_info.id_size = 4 ; in multichunk_test_helper() 278 4 != chunk_info.id_size, in multichunk_test_helper() 279 "\n\nLine %d : testdata[%d] : Bad ID length %u (previous length %u)\n\n", __LINE__, (int) i, chunk_info.id_size, 4 in multichunk_test_helper() 354 chunk_info.id_size = 4 ; in wav_subchunk_test() 414 chunk_info.id_size = 4 ; in large_free_test()
|
/third_party/libsnd/src/ |
H A D | chunk.c | 78 psf->iterator->id_size = (unsigned) marker_len ; in psf_get_chunk_iterator() 151 rchunk.id_size = 4 ; in psf_store_read_chunk_u32() 152 memcpy (rchunk.id, &marker, rchunk.id_size) ; in psf_store_read_chunk_u32() 214 rchunk.id_size = marker_len > 64 ? 64 : (unsigned) marker_len ; in psf_store_read_chunk_str() 215 memcpy (rchunk.id, marker_str, rchunk.id_size) ; in psf_store_read_chunk_str()
|
H A D | alac.c | 190 chunk_info.id_size = snprintf (chunk_info.id, sizeof (chunk_info.id), "kuki") ; in alac_close() 196 chunk_info.id_size = snprintf (chunk_info.id, sizeof (chunk_info.id), "pakt") ; in alac_close() 814 chunk_info.id_size = 4 ; in alac_pakt_read_decode()
|
H A D | common.h | 241 unsigned id_size ; member 269 unsigned id_size ; member
|
H A D | rf64.c | 885 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in rf64_get_chunk_data()
|
H A D | caf.c | 1025 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in caf_get_chunk_data()
|
H A D | wav.c | 1644 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in wav_get_chunk_data()
|
H A D | aiff.c | 1825 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in aiff_get_chunk_data()
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache.c | 196 size_t id_size = strlen(driver_id) + 1; in disk_cache_create() local 198 cache->driver_keys_blob_size += id_size; in disk_cache_create() 218 DRV_KEY_CPY(drv_key_blob, driver_id, id_size) in disk_cache_create()
|
/third_party/cmsis/CMSIS/RTOS2/Include/ |
H A D | cmsis_os2.h | 361 /// \param[in] id_size size of buffer for kernel identification string. 363 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
|
/third_party/libsnd/include/ |
H A D | sndfile.h | 799 unsigned id_size ; /* The size of the chunk identifier. */ member 821 ** (chunk_info->id_size) bytes of a chunk found in the SNDFILE* handle. 856 ** field of the SF_CHUNK_INFO struct and it's id_size field will 859 ** id and id_size fields will be undefined. 870 ** updated to reflect the size of the data. The id and id_size 873 ** id and id_size fields will be undefined.
|
Completed in 23 milliseconds