Searched refs:chunk_offset (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rl2.c | 92 unsigned int* chunk_offset = NULL; in rl2_read_header() local 165 chunk_offset = av_malloc(frame_count * sizeof(uint32_t)); in rl2_read_header() 167 if(!chunk_size || !audio_size || !chunk_offset){ in rl2_read_header() 170 av_free(chunk_offset); in rl2_read_header() 187 chunk_offset[i] = avio_rl32(pb); in rl2_read_header() 205 av_add_index_entry(s->streams[1], chunk_offset[i], in rl2_read_header() 209 av_add_index_entry(s->streams[0], chunk_offset[i] + audio_size[i], in rl2_read_header() 217 av_free(chunk_offset); in rl2_read_header()
|
H A D | argo_asf.c | 57 hdr->chunk_offset = AV_RL32(buf + 12); in ff_argo_asf_parse_file_header() 67 if (hdr->chunk_offset < ASF_FILE_HEADER_SIZE) in ff_argo_asf_validate_file_header() 203 if ((ret = avio_skip(pb, asf->fhdr.chunk_offset - ASF_FILE_HEADER_SIZE)) < 0) in argo_asf_read_header() 259 offset = asf->fhdr.chunk_offset + ASF_CHUNK_HEADER_SIZE + in argo_asf_seek() 336 avio_wl32( pb, fhdr->chunk_offset); in argo_asf_write_file_header() 360 .chunk_offset = ASF_FILE_HEADER_SIZE in argo_asf_write_header()
|
H A D | argo_asf.h | 43 uint32_t chunk_offset; /*< Offset to the first chunk from the start of the file. */ member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 952 uint32_t chunk_offset, uint32_t count, in anv_state_pool_return_blocks() 959 assert(chunk_offset % block_size == 0); in anv_state_pool_return_blocks() 969 state_i->offset = pool->start_offset + chunk_offset + block_size * i; in anv_state_pool_return_blocks() 992 uint32_t chunk_offset, uint32_t chunk_size, in anv_state_pool_return_chunk() 1005 uint32_t offset = chunk_offset + rest; in anv_state_pool_return_chunk() 1024 anv_state_pool_return_blocks(pool, chunk_offset + rest, in anv_state_pool_return_chunk() 1055 int32_t chunk_offset = state->offset; in anv_state_pool_alloc_no_vg() local 1093 anv_state_pool_return_chunk(pool, chunk_offset + alloc_size, in anv_state_pool_alloc_no_vg() 951 anv_state_pool_return_blocks(struct anv_state_pool *pool, uint32_t chunk_offset, uint32_t count, uint32_t block_size) anv_state_pool_return_blocks() argument 991 anv_state_pool_return_chunk(struct anv_state_pool *pool, uint32_t chunk_offset, uint32_t chunk_size, uint32_t small_size) anv_state_pool_return_chunk() argument
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 118 // the offset within the page as the chunk_offset. in SerializeReadOnlyObject() 127 uint32_t chunk_offset = static_cast<uint32_t>(chunk->Offset(address)); in SerializeReadOnlyObject() local 130 sink_.PutInt(chunk_offset, "ReadOnlyHeapRefChunkOffset"); in SerializeReadOnlyObject()
|
H A D | deserializer.cc | 959 uint32_t chunk_offset = source_.GetInt(); in ReadSingleBytecodeData() local 963 Address address = page->OffsetToAddress(chunk_offset); in ReadSingleBytecodeData()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 125 int32_t chunk_offset; member 150 header->chunk_offset = sizeof(*header); in ac_sqtt_fill_header()
|
Completed in 12 milliseconds