Home
last modified time | relevance | path

Searched refs:chunk_count (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhapenc.c94 for (i = 0; i < ctx->chunk_count; i++) { in hap_compress_frame()
105 chunk->uncompressed_size = ctx->tex_size / ctx->chunk_count; in hap_compress_frame()
142 * = chunk_count + (4 * chunk_count) + 4 + 4 */ in hap_decode_instructions_length()
143 return (5 * ctx->chunk_count) + 8; in hap_decode_instructions_length()
151 if (ctx->chunk_count > 1) { in hap_header_length()
165 if (ctx->chunk_count == 1) { in hap_write_frame_header()
175 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count, in hap_write_frame_header()
178 for (i = 0; i < ctx->chunk_count; i++) { in hap_write_frame_header()
182 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count * in hap_write_frame_header()
[all...]
H A Dhap.c31 if (first_in_frame == 1 && ctx->chunk_count != count) { in ff_hap_set_chunk_count()
36 ctx->chunk_count = 0; in ff_hap_set_chunk_count()
38 ctx->chunk_count = count; in ff_hap_set_chunk_count()
40 } else if (ctx->chunk_count != count) { in ff_hap_set_chunk_count()
H A Dhapdec.c106 for (i = 0; i < ctx->chunk_count; i++) { in hap_parse_decode_instructions()
121 for (i = 0; i < ctx->chunk_count; i++) { in hap_can_use_tex_in_place()
187 for (i = 0; i < ctx->chunk_count; i++) { in hap_parse_frame_header()
314 ctx->chunk_results, ctx->chunk_count); in hap_decode()
316 for (i = 0; i < ctx->chunk_count; i++) { in hap_decode()
H A Dhap.h71 int chunk_count; member
H A Dexr.c183 uint32_t chunk_count; member
1937 s->chunk_count = bytestream2_get_le32(gb); in decode_header()
/third_party/curl/lib/
H A Dbufq.c247 q->chunk_count = 0; in Curl_bufq_free()
285 if(q->chunk_count < q->max_chunks) { in Curl_bufq_space()
286 space += (q->max_chunks - q->chunk_count) * q->chunk_size; in Curl_bufq_space()
300 if(q->chunk_count < q->max_chunks) in Curl_bufq_is_full()
302 if(q->chunk_count > q->max_chunks) in Curl_bufq_is_full()
319 if(q->chunk_count >= q->max_chunks && (!(q->opts & BUFQ_OPT_SOFT_LIMIT))) in get_spare()
325 ++q->chunk_count; in get_spare()
333 ++q->chunk_count; in get_spare()
349 --q->chunk_count; in prune_head()
351 else if((q->chunk_count > in prune_head()
[all...]
H A Dbufq.h99 size_t chunk_count; /* current number of chunks in `head+spare` */ member
/third_party/curl/tests/unit/
H A Dunit2601.c85 fprintf(stderr, "- chunks: %zu\n", q->chunk_count); in dump_bufq()
/third_party/ffmpeg/libavformat/
H A Dmov.c2139 sc->chunk_count = 0; in mov_read_stco()
2143 sc->chunk_count = entries; in mov_read_stco()
2154 sc->chunk_count = i; in mov_read_stco()
2931 int chunk_count;
2934 chunk_count = sc->stsc_data[index + 1].first - sc->stsc_data[index].first;
2937 av_assert0(sc->stsc_data[index].first <= sc->chunk_count);
2938 chunk_count = sc->chunk_count - (sc->stsc_data[index].first - 1);
2941 return sc->stsc_data[index].count * (int64_t)chunk_count;
4295 for (i = 0; i < sc->chunk_count;
[all...]
H A Disom.h168 unsigned int chunk_count; member
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc2864 int chunk_count = 0; in GenerateClear() local
2869 chunk_count++; in GenerateClear()
2876 (chunk_count == 1 || merge_zero_init))); in GenerateClear()
2877 if (!same) chunk_count = 0; in GenerateClear()
/third_party/astc-encoder/Source/
H A Dtinyexr.h209 int chunk_count; member
7388 int chunk_count; member
7418 chunk_count = 0; in clear()
10644 memcpy(&info->chunk_count, &data.at(0), sizeof(int)); in ParseEXRHeader()
10645 tinyexr::swap4(reinterpret_cast<unsigned int *>(&info->chunk_count)); in ParseEXRHeader()
10730 exr_header->chunk_count = info.chunk_count; in ConvertHeader()
11269 if (exr_header->chunk_count > 0) { in DecodeEXRImage()
11271 num_blocks = static_cast<size_t>(exr_header->chunk_count); in DecodeEXRImage()
13133 if (info.chunk_count
[all...]

Completed in 39 milliseconds