Home
last modified time | relevance | path

Searched refs:id_size (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwebvttenc.c67 buffer_size_t id_size, settings_size; in webvtt_write_packet() local
73 &id_size); in webvtt_write_packet()
75 if (id && id_size > 0) in webvtt_write_packet()
76 avio_printf(pb, "%.*s\n", id_size, id); in webvtt_write_packet()
Dmatroskaenc.c2146 buffer_size_t id_size, settings_size; in mkv_write_vtt_blocks() local
2153 &id_size); in mkv_write_vtt_blocks()
2160 size = id_size + 1 + settings_size + 1 + pkt->size; in mkv_write_vtt_blocks()
2179 avio_printf(pb, "%.*s\n%.*s\n%.*s", id_size, id, settings_size, settings, pkt->size, pkt->data); in mkv_write_vtt_blocks()
/third_party/libsnd/tests/
Dchunk_test.c134 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 …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/
Dchunk.c78 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()
Dalac.c190 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()
Dcommon.h241 unsigned id_size ; member
269 unsigned id_size ; member
Drf64.c885 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in rf64_get_chunk_data()
Dcaf.c1025 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in caf_get_chunk_data()
Dwav.c1644 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in wav_get_chunk_data()
Daiff.c1825 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in aiff_get_chunk_data()
/third_party/mesa3d/src/util/
Ddisk_cache.c196 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/libsnd/docs/
Dapi.md618 unsigned id_size ; /* The size of the chunk identifier. */
644 matching, if (`chunk_info->id`) matches the first (`chunk_info->id_size`) bytes
688 to the `id` field of the `SF_CHUNK_INFO` struct and it's `id_size` field will be
692 `id_size` fields will be undefined.
708 `id` and `id_size` field will be updated according to the retrieved chunk. If
710 `id_size` fields will be undefined.
/third_party/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h356 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
/third_party/libsnd/include/
Dsndfile.h799 unsigned id_size ; /* The size of the chunk identifier. */ member