Lines Matching refs:flags
54 * The available flags are specifiedby VPX_CODEC_CAP_* defines.
64 * The available flags are specified by VPX_CODEC_USE_* defines.
88 /*!\brief Compressed Frame Flags
137 vpx_codec_frame_flags_t flags; /**< flags for this frame */
202 /*!\brief Encoded Frame Flags
561 * In XMA mode (activated by setting VPX_CODEC_USE_XMA in the flags
568 * \param[in] flags Bitfield of VPX_CODEC_USE_* flags
579 vpx_codec_flags_t flags,
587 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \
588 vpx_codec_enc_init_ver(ctx, iface, cfg, flags, VPX_ENCODER_ABI_VERSION)
679 * \param[in] flags Flags to use for encoding this frame.
693 vpx_enc_frame_flags_t flags,