Home
last modified time | relevance | path

Searched refs:core_size (Results 1 – 25 of 129) sorted by relevance

123456

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddca_core_bsf.c30 int core_size = 0, ret; in dca_core_filter() local
42 core_size = ((bytestream2_get_be24(&gb) >> 4) & 0x3fff) + 1; in dca_core_filter()
46 if (core_size > 0 && core_size <= pkt->size) { in dca_core_filter()
47 pkt->size = core_size; in dca_core_filter()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddca_core_bsf.c31 int core_size = 0, ret; in dca_core_filter() local
43 core_size = ((bytestream2_get_be24(&gb) >> 4) & 0x3fff) + 1; in dca_core_filter()
47 if (core_size > 0 && core_size <= pkt->size) { in dca_core_filter()
48 pkt->size = core_size; in dca_core_filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddca_core_bsf.c31 int core_size = 0, ret; in dca_core_filter() local
43 core_size = ((bytestream2_get_be24(&gb) >> 4) & 0x3fff) + 1; in dca_core_filter()
47 if (core_size > 0 && core_size <= pkt->size) { in dca_core_filter()
48 pkt->size = core_size; in dca_core_filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddca_core_bsf.c30 int core_size = 0, ret; in dca_core_filter() local
42 core_size = ((bytestream2_get_be24(&gb) >> 4) & 0x3fff) + 1; in dca_core_filter()
46 if (core_size > 0 && core_size <= pkt->size) { in dca_core_filter()
47 pkt->size = core_size; in dca_core_filter()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddca_core_bsf.c30 int core_size = 0, ret; in dca_core_filter() local
42 core_size = ((bytestream2_get_be24(&gb) >> 4) & 0x3fff) + 1; in dca_core_filter()
46 if (core_size > 0 && core_size <= pkt->size) { in dca_core_filter()
47 pkt->size = core_size; in dca_core_filter()
/dports/devel/grpc130/grpc-1.30.2/tools/profiling/ios_bin/
H A Dparse_link_map.py35 core_size = 0
78 core_size += size
89 return core_size, objc_size, boringssl_size, protobuf_size, symbol_total_size
94 core_size, objc_size, boringssl_size, protobuf_size, total_size = parse_link_map(
96 print('Core size:{:,}'.format(core_size))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/profiling/ios_bin/
H A Dparse_link_map.py35 core_size = 0
78 core_size += size
89 return core_size, objc_size, boringssl_size, protobuf_size, symbol_total_size
94 core_size, objc_size, boringssl_size, protobuf_size, total_size = parse_link_map(
96 print('Core size:{:,}'.format(core_size))
/dports/devel/grpc134/grpc-1.34.1/tools/profiling/ios_bin/
H A Dparse_link_map.py35 core_size = 0
80 core_size += size
91 return core_size, objc_size, boringssl_size, protobuf_size, symbol_total_size
96 core_size, objc_size, boringssl_size, protobuf_size, total_size = parse_link_map(
98 print('Core size:{:,}'.format(core_size))
/dports/devel/grpc/grpc-1.42.0/tools/profiling/ios_bin/
H A Dparse_link_map.py35 core_size = 0
80 core_size += size
91 return core_size, objc_size, boringssl_size, protobuf_size, symbol_total_size
96 core_size, objc_size, boringssl_size, protobuf_size, total_size = parse_link_map(
98 print('Core size:{:,}'.format(core_size))
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dspdifenc.c165 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
174 if (!core_size) { in spdif_header_dts4()
206 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
217 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
218 pkt_size = core_size; in spdif_header_dts4()
248 int core_size = 0; in spdif_header_dts() local
256 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
286 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
299 if (core_size && core_size < pkt->size) { in spdif_header_dts()
300 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dspdifenc.c167 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
176 if (!core_size) { in spdif_header_dts4()
208 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
219 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
220 pkt_size = core_size; in spdif_header_dts4()
250 int core_size = 0; in spdif_header_dts() local
258 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
288 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
301 if (core_size && core_size < pkt->size) { in spdif_header_dts()
302 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dspdifenc.c165 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
174 if (!core_size) { in spdif_header_dts4()
206 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
217 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
218 pkt_size = core_size; in spdif_header_dts4()
248 int core_size = 0; in spdif_header_dts() local
256 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
286 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
299 if (core_size && core_size < pkt->size) { in spdif_header_dts()
300 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/devel/bison/bison-3.7.6/src/
H A Dlr0.c52 core_print (size_t core_size, item_index *core, FILE *out) in core_print() argument
54 for (int i = 0; i < core_size; ++i) in core_print()
68 state_list_append (symbol_number sym, size_t core_size, item_index *core) in state_list_append() argument
71 state *res = state_new (sym, core_size, core); in state_list_append()
260 get_state (symbol_number sym, size_t core_size, item_index *core) in get_state() argument
266 core_print (core_size, core, stderr); in get_state()
270 state *s = state_hash_lookup (core_size, core); in get_state()
272 s = state_list_append (sym, core_size, core); in get_state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dspdifenc.c167 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
176 if (!core_size) { in spdif_header_dts4()
208 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
219 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
220 pkt_size = core_size; in spdif_header_dts4()
250 int core_size = 0; in spdif_header_dts() local
258 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
288 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
301 if (core_size && core_size < pkt->size) { in spdif_header_dts()
302 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dspdifenc.c174 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
183 if (!core_size) { in spdif_header_dts4()
215 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
226 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
227 pkt_size = core_size; in spdif_header_dts4()
257 int core_size = 0; in spdif_header_dts() local
265 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
295 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
308 if (core_size && core_size < pkt->size) { in spdif_header_dts()
309 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dspdifenc.c172 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
181 if (!core_size) { in spdif_header_dts4()
213 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
224 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
225 pkt_size = core_size; in spdif_header_dts4()
255 int core_size = 0; in spdif_header_dts() local
263 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
293 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
306 if (core_size && core_size < pkt->size) { in spdif_header_dts()
307 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dspdifenc.c174 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, in spdif_header_dts4() argument
183 if (!core_size) { in spdif_header_dts4()
215 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
226 if (ctx->dtshd_skip && core_size) { in spdif_header_dts4()
227 pkt_size = core_size; in spdif_header_dts4()
257 int core_size = 0; in spdif_header_dts() local
265 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
295 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks); in spdif_header_dts()
308 if (core_size && core_size < pkt->size) { in spdif_header_dts()
309 ctx->out_bytes = core_size; in spdif_header_dts()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c196 off_t core_size) in check_core_file() argument
220 FAIL_IF(ehdr->e_phoff + phdr_size > core_size); in check_core_file()
261 off_t core_size; in parent() local
312 core_size = try_core_file(filename[i], info, pid); in parent()
313 if (core_size != TEST_FAIL) in parent()
330 core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0); in parent()
337 ret = check_core_file(info, core, core_size); in parent()
339 munmap(core, core_size); in parent()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c196 off_t core_size) in check_core_file() argument
220 FAIL_IF(ehdr->e_phoff + phdr_size > core_size); in check_core_file()
261 off_t core_size; in parent() local
312 core_size = try_core_file(filename[i], info, pid); in parent()
313 if (core_size != TEST_FAIL) in parent()
330 core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0); in parent()
337 ret = check_core_file(info, core, core_size); in parent()
339 munmap(core, core_size); in parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c196 off_t core_size) in check_core_file() argument
220 FAIL_IF(ehdr->e_phoff + phdr_size > core_size); in check_core_file()
261 off_t core_size; in parent() local
312 core_size = try_core_file(filename[i], info, pid); in parent()
313 if (core_size != TEST_FAIL) in parent()
330 core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0); in parent()
337 ret = check_core_file(info, core, core_size); in parent()
339 munmap(core, core_size); in parent()
/dports/x11-clocks/eyeclock/eyeclock-2.0/
H A DEye.c93 XtOffsetOf(EyeRec, eye.core_size), XtRString, "0x0"},
203 if (ew->eye.core_size.x <=0 ) in Initialize()
206 if (ew->eye.core_size.y <= 0) in Initialize()
212 ew->eye.core_size.x, in Initialize()
213 ew->eye.core_size.y); in Initialize()
261 (GetHeight(d, ew->eye.core_mask) != ew->eye.core_size.y)) in Initialize()
263 ew->eye.core_size.x, in Initialize()
264 ew->eye.core_size.y); in Initialize()
267 0, 0, ew->eye.core_size.x, ew->eye.core_size.y, 0, 0); in Initialize()
423 width = ew->eye.core_size.x * ew->eye.ratio_x / 100; in Resize()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dmysqld_core_dump.inc39 $core_size = 0;
52 $core_size = $stat[7];
58 if ($core_size < $expected_max_core_size) {
81 print "# Perl: Failed! Found the core file but it's too big ($core_size)!\n";
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Dmysqld_core_dump.inc39 $core_size = 0;
52 $core_size = $stat[7];
58 if ($core_size < $expected_max_core_size) {
81 print "# Perl: Failed! Found the core file but it's too big ($core_size)!\n";
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Dmysqld_core_dump.inc39 $core_size = 0;
52 $core_size = $stat[7];
58 if ($core_size < $expected_max_core_size) {
81 print "# Perl: Failed! Found the core file but it's too big ($core_size)!\n";
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/include/
H A Dmysqld_core_dump.inc39 $core_size = 0;
52 $core_size = $stat[7];
58 if ($core_size < $expected_max_core_size) {
81 print "# Perl: Failed! Found the core file but it's too big ($core_size)!\n";

123456