/third_party/ffmpeg/libavcodec/ |
D | hap.c | 31 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()
|
D | hapenc.c | 97 for (i = 0; i < ctx->chunk_count; i++) { in hap_compress_frame() 108 chunk->uncompressed_size = ctx->tex_size / ctx->chunk_count; in hap_compress_frame() 146 return (5 * ctx->chunk_count) + 8; in hap_decode_instructions_length() 154 if (ctx->chunk_count > 1) { in hap_header_length() 168 if (ctx->chunk_count == 1) { in hap_write_frame_header() 178 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count, in hap_write_frame_header() 181 for (i = 0; i < ctx->chunk_count; i++) { in hap_write_frame_header() 185 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count * 4, in hap_write_frame_header() 188 for (i = 0; i < ctx->chunk_count; i++) { in hap_write_frame_header() 200 int pktsize = FFMAX(ctx->tex_size, ctx->max_snappy * ctx->chunk_count) + header_length; in hap_encode()
|
D | hapdec.c | 106 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() 377 ctx->chunk_results, ctx->chunk_count); in hap_decode() 379 for (i = 0; i < ctx->chunk_count; i++) { in hap_decode()
|
D | hap.h | 71 int chunk_count; member
|
D | exr.c | 182 uint32_t chunk_count; member 1931 s->chunk_count = bytestream2_get_le32(gb); in decode_header()
|
/third_party/curl/lib/ |
D | bufq.c | 247 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 > q->max_chunks) || in prune_head() [all …]
|
D | bufq.h | 99 size_t chunk_count; /* current number of chunks in `head+spare` */ member
|
/third_party/curl/tests/unit/ |
D | unit2601.c | 85 fprintf(stderr, "- chunks: %zu\n", q->chunk_count); in dump_bufq()
|
/third_party/ffmpeg/libavformat/ |
D | isom.h | 163 unsigned int chunk_count; member
|
D | mov.c | 2047 sc->chunk_count = 0; in mov_read_stco() 2051 sc->chunk_count = entries; in mov_read_stco() 2062 sc->chunk_count = i; in mov_read_stco() 2739 int chunk_count; in mov_get_stsc_samples() local 2742 chunk_count = sc->stsc_data[index + 1].first - sc->stsc_data[index].first; in mov_get_stsc_samples() 2745 av_assert0(sc->stsc_data[index].first <= sc->chunk_count); in mov_get_stsc_samples() 2746 chunk_count = sc->chunk_count - (sc->stsc_data[index].first - 1); in mov_get_stsc_samples() 2749 return sc->stsc_data[index].count * (int64_t)chunk_count; in mov_get_stsc_samples() 3909 for (i = 0; i < sc->chunk_count; i++) { in mov_build_index() 3910 int64_t next_offset = i+1 < sc->chunk_count ? sc->chunk_offsets[i+1] : INT64_MAX; in mov_build_index() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 1295 guint32 ssrc, chunk_count; in GST_START_TEST() local 1331 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1336 fail_unless_equals_int (chunk_count, 2); in GST_START_TEST() 1349 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1354 fail_unless_equals_int (chunk_count, 4); in GST_START_TEST() 1377 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.c | 2823 guint32 * chunk_count) in gst_rtcp_packet_xr_get_rle_info() argument 2837 if (chunk_count) in gst_rtcp_packet_xr_get_rle_info() 2838 *chunk_count = (block_len - 2) * 2; in gst_rtcp_packet_xr_get_rle_info() 2879 guint32 chunk_count; in gst_rtcp_packet_xr_get_rle_nth_chunk() local 2883 &chunk_count)) in gst_rtcp_packet_xr_get_rle_nth_chunk() 2886 if (nth >= chunk_count) in gst_rtcp_packet_xr_get_rle_nth_chunk()
|
D | gstrtcpbuffer.h | 590 guint32 * chunk_count);
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 2864 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/ |
D | tinyexr.h | 209 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 == 0) { 13342 static_cast<size_t>(exr_headers[i]->chunk_count));
|