Home
last modified time | relevance | path

Searched defs:size (Results 10326 - 10350 of 14899) sorted by relevance

1...<<411412413414415416417418419420>>...596

/third_party/ffmpeg/libavcodec/
H A Dass_split.c52 int size; member
506 int len, size = -1, an = -1, alpha = -1; in ff_ass_split_override_codes() local
[all...]
H A Davpacket.c82 static int packet_alloc(AVBufferRef **buf, int size) in packet_alloc() argument
97 int av_new_packet(AVPacket *pkt, int size) in av_new_packet() argument
112 void av_shrink_packet(AVPacket *pkt, int size) in av_shrink_packet() argument
171 av_packet_from_data(AVPacket *pkt, uint8_t *data, int size) av_packet_from_data() argument
196 av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, uint8_t *data, size_t size) av_packet_add_side_data() argument
230 av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, size_t size) av_packet_new_side_data() argument
251 av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type, size_t *size) av_packet_get_side_data() argument
307 av_packet_pack_dictionary(AVDictionary *dict, size_t *size) av_packet_pack_dictionary() argument
342 av_packet_unpack_dictionary(const uint8_t *data, size_t size, AVDictionary **dict) av_packet_unpack_dictionary() argument
369 av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type, size_t size) av_packet_shrink_side_data() argument
407 size_t size = src->side_data[i].size; av_packet_copy_props() local
[all...]
H A Dflashsv.c52 int size; member
137 static int flashsv2_prime(FlashSVContext *s, const uint8_t *src, int size) in flashsv2_prime() argument
381 int size = get_bits(&gb, 16); flashsv_decode_frame() local
[all...]
H A Dmf_utils.c50 char *ff_hr_str_buf(char *buf, size_t size, HRESULT hr) in ff_hr_str_buf() argument
76 IMFSample *ff_create_memory_sample(MFFunctions *f,void *fill_data, size_t size, in ff_create_memory_sample() argument
H A Dmmaldec.c490 int size = 0; in ffmmal_add_packet() local
[all...]
H A Dgif.c440 int size = FFMIN(255, len); in gif_image_write_image() local
H A Dlibopenjpegdec.c102 int size; member
[all...]
H A Dexrenc.c159 static void reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size) in reorder_pixels() argument
171 static void predictor(uint8_t *src, ptrdiff_t size) in predictor() argument
H A Dmediacodecdec_common.c662 size_t size; in ff_mediacodec_dec_send() local
350 mediacodec_wrap_sw_buffer(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, ssize_t index, FFAMediaCodecBufferInfo *info, AVFrame *frame) mediacodec_wrap_sw_buffer() argument
756 size_t size; ff_mediacodec_dec_receive() local
[all...]
H A Dffv1dec.c768 int size = AV_RB24(p-trailer); in read_header() local
H A Dfic.c207 fic_alpha_blend(uint8_t *dst, uint8_t *src, int size, uint8_t *alpha) fic_alpha_blend() argument
[all...]
H A Dmagicyuv.c40 uint32_t size; member
[all...]
H A Damfenc.c443 int64_t size = buffer->pVtbl->GetSize(buffer); in amf_copy_buffer() local
H A Dsga.c395 int size = sizes[i]; in sga_decode_frame() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c338 int size = m_max; in sbr_hf_assemble_mips() local
/third_party/elfio/tests/
H A DELFIOTest.cpp136 Elf_Xword size; in checkSymbol() local
64 checkSection( const section* sec, Elf_Half index, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument
89 checkSection( const section* sec, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument
[all...]
/third_party/exfatprogs/include/
H A Dlibexfat.h68 unsigned long long size; member
/third_party/elfio/elfio/
H A Delfio_symbols.hpp67 get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
91 get_symbol( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
135 get_symbol( const Elf64_Addr& value, std::string& name, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
174 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) add_symbol() argument
205 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument
218 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) add_symbol() argument
231 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument
290 hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const hash_lookup() argument
329 gnu_hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const gnu_hash_lookup() argument
430 generic_get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const generic_get_symbol() argument
472 generic_add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) generic_add_symbol() argument
[all...]
/third_party/elfutils/libasm/
H A DlibasmP.h204 GElf_Xword size; member
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c557 size_t size; in __libdw_intern_expression() local
/third_party/elfutils/libdwfl/
H A Dcore-file.c53 elf_begin_rand (Elf *parent, off_t offset, off_t size, off_t *next) in elf_begin_rand() argument
254 do_more(size_t size, GElf_Phdr *pphdr, const GElf_Off align, Elf *elf, GElf_Off start, int *pndx, GElf_Off *pend, GElf_Addr *pend_vaddr) do_more() argument
342 size_t size = end - start; dwfl_elf_phdr_memory_callback() local
[all...]
/third_party/eudev/src/shared/
H A Dutil.h387 static inline void qsort_safe(void *base, size_t nmemb, size_t size, in qsort_safe() argument
/third_party/eudev/src/udev/
H A Dudevadm-hwdb.c354 int64_t size; in trie_store() local
H A Dudev-ctrl.c348 ssize_t size; in udev_ctrl_receive_msg() local
H A Dudev-builtin-usb_id.c151 ssize_t size; in dev_if_packed_info() local

Completed in 33 milliseconds

1...<<411412413414415416417418419420>>...596