Lines Matching defs:size
81 * than the target payload size.
171 * the list, so it is required to rely on the side data size to stop.
189 * size to recognize the end. 8 byte id (as found in BlockAddId) followed
207 * the list, so it is required to rely on the side data size to stop. This
241 * The number of bytes of CC data is AVPacketSideData.size.
317 size_t size;
375 int size;
507 * Note, this does not touch the data and size members, which have to be
527 * @param size wanted payload size
530 int av_new_packet(AVPacket *pkt, int size);
533 * Reduce packet size, correctly zeroing padding
536 * @param size new size
538 void av_shrink_packet(AVPacket *pkt, int size);
541 * Increase packet size, correctly zeroing padding
544 * @param grow_by number of bytes by which to increase the size of the packet
551 * @param pkt packet to be initialized. This function will set the data, size,
556 * @param size size of data in bytes, without the padding. I.e. the full buffer
557 * size is assumed to be size + AV_INPUT_BUFFER_PADDING_SIZE.
561 int av_packet_from_data(AVPacket *pkt, uint8_t *data, int size);
568 * @param size side information size
572 size_t size);
582 * @param size side information size
588 uint8_t *data, size_t size);
595 * @param size new side information size
599 size_t size);
606 * @param size If supplied, *size will be set to the size of the side data
611 size_t *size);
619 * @param size pointer to store the size of the returned data
622 uint8_t *av_packet_pack_dictionary(AVDictionary *dict, size_t *size);
627 * @param size size of the data
631 int av_packet_unpack_dictionary(const uint8_t *data, size_t size,
685 * beside those related to the packet data (buf, data, size)