Home | History | Annotate | Download | only in vpx

Lines Matching full:compressed

88     /*!\brief Compressed Frame Flags
90 * This type represents a bitfield containing information about a compressed
112 VPX_CODEC_CX_FRAME_PKT, /**< Compressed video frame */
131 void *buf; /**< compressed data buffer */
132 size_t sz; /**< length of compressed data */
138 } frame; /**< data for compressed frame packet */
698 /*!\brief Set compressed data output buffer
700 * Sets the buffer that the codec should output the compressed data
705 * the accumulated compressed data to disk or to the network to reset
708 * `pad_before` bytes will be skipped before writing the compressed
710 * of the packet will be the sum of the size of the actual compressed
715 * compressed data will be placed into the specified buffer. In the
725 * the compressed data buffer by calling this function with a NULL
732 * \param[in] buf Buffer to store compressed data into
733 * \param[in] pad_before Bytes to skip before writing compressed data
734 * \param[in] pad_after Bytes to skip after writing compressed data
754 * muxer. Multiple compressed frames may be in the list.
766 * \return Returns a pointer to an output data packet (compressed frame data,