/third_party/ffmpeg/libavcodec/ |
H A D | r210dec.c | 51 if (avpkt->size < 4 * aligned_width * avctx->height) { in decode_frame() 102 return avpkt->size; in decode_frame()
|
H A D | msrle.c | 89 int buf_size = avpkt->size; in msrle_decode_frame() 108 if (avctx->height * istride == avpkt->size) { /* assume uncompressed */ in msrle_decode_frame()
|
H A D | tak.c | 129 int avpriv_tak_parse_streaminfo(TAKStreamInfo *s, const uint8_t *buf, int size) in avpriv_tak_parse_streaminfo() argument 132 int ret = init_get_bits8(&gb, buf, size); in avpriv_tak_parse_streaminfo()
|
H A D | vc1dsp.h | 77 * Search buf from the start for up to size bytes. Return the index 78 * of a zero byte, or >= size if not found. Ideally, use lookahead 82 int (*startcode_find_candidate)(const uint8_t *buf, int size); 85 int (*vc1_unescape_buffer)(const uint8_t *src, int size, uint8_t *dst);
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | motion.c | 46 static void fill_random(uint8_t *tab, int size) in fill_random() argument 52 for(i=0;i<size;i++) { in fill_random()
|
/third_party/ffmpeg/libavformat/ |
H A D | ivfenc.c | 85 avio_wl32(pb, pkt->size); in ivf_write_packet() 87 avio_write(pb, pkt->data, pkt->size); in ivf_write_packet()
|
H A D | vocdec.c | 49 av_log(s, AV_LOG_ERROR, "unknown header size: %d\n", header_size); in voc_read_header() 92 voc->remaining_size = e->size; in voc_read_seek() 98 voc->remaining_size = e->size; in voc_read_seek()
|
H A D | rtpenc_rfc4175.c | 24 void ff_rtp_send_raw_rfc4175(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced, int field) in ff_rtp_send_raw_rfc4175() argument 131 if (copy_offset + length > size) in ff_rtp_send_raw_rfc4175()
|
H A D | dfa.c | 100 frame_size = AV_RL32(pkt->data + pkt->size - 8); in dfa_read_packet() 102 av_log(s, AV_LOG_ERROR, "Too large chunk size: %"PRIu32"\n", frame_size); in dfa_read_packet() 105 if (AV_RL32(pkt->data + pkt->size - 12) == MKTAG('E', 'O', 'F', 'R')) { in dfa_read_packet()
|
H A D | oggdec.h | 137 * by a single byte (not counted in size). 141 const uint8_t *buf, int size, int parse_picture); 148 * by a single byte (not counted in size). 152 const uint8_t *buf, int size);
|
H A D | oggparseflac.c | 88 int size, ret; in old_flac_header() local 109 &data, &size, os->buf + os->pstart, os->psize, in old_flac_header()
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | asm.S | 160 ELF .size \name, . - \name 181 ELF .size \name, . - \name
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 92 #define RANDOM_INIT(buf, size) do { \ in main() 94 for (k = 0; k < size; k++) { \ in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | dovi_meta.h | 50 * its size is not a part of the public ABI. 69 AVDOVIDecoderConfigurationRecord *av_dovi_alloc(size_t *size); 194 * its size is not a part of the public ABI. 229 * @param size If this parameter is non-NULL, the size in bytes of the 234 AVDOVIMetadata *av_dovi_metadata_alloc(size_t *size);
|
H A D | frame.h | 57 * The number of bytes of CC data is AVFrameSideData.size. 163 * array element is implied by AVFrameSideData.size / AVRegionOfInterest.self_size. 176 * uuid_iso_iec_11578 followed by AVFrameSideData.size - 16 bytes of user_data_payload_byte. 234 size_t size; member 252 * Must be set to the size of this data structure (that is, 350 * the size in bytes of each picture line, but it can also be: 351 * - the negative byte size of lines for vertical flipping 353 * - a positive or negative multiple of the byte size as for accessing 357 * plane must be the same size. 364 * @note The linesize may be larger than the size o [all...] |
H A D | vulkan_shaderc.c | 25 size_t *size, const char *entrypoint, in shdc_shader_compile() 79 *size = shaderc_result_get_length(res); in shdc_shader_compile() 23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
|
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 128 dest->reserve(dest->size() + str.size() + escapes_size); in EscapeJSONStringImpl()
|
/third_party/gn/src/gn/ |
H A D | function_filter_labels.cc | 28 if (args.size() != 2) { in RunFilterLabels() 45 patterns.reserve(args[1].list_value().size()); in RunFilterLabels()
|
H A D | function_get_target_outputs_unittest.cc | 36 ASSERT_EQ(1u, list.list_value().size()); in AssertSingleStringEquals() 45 ASSERT_EQ(2u, list.list_value().size()); in AssertTwoStringsEqual()
|
H A D | function_process_file_template_unittest.cc | 27 ASSERT_EQ(1u, result.list_value().size()); in TEST() 55 ASSERT_EQ(4u, result.list_value().size()); in TEST()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_gblur.c | 29 #define randomize_buffers(buf, size) \ 33 for (j = 0; j < size; j++) \
|
H A D | motion.c | 30 static void fill_random(uint8_t *tab, int size) in fill_random() argument 33 for (i = 0; i < size; i++) { in fill_random()
|
H A D | llviddspenc.c | 31 #define randomize_buffers(buf, size) \ 34 for (j = 0; j < size; j+=4) \
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image_dl.py | 65 if img.size[0] < img.size[1]:
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 98 unsigned size; member 225 size: if >= 0, force to print 'size' bytes. 228 int size, int max);
|