Home
last modified time | relevance | path

Searched refs:vpx_enc_frame_flags_t (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h29 vpx_enc_frame_flags_t flags;
97 vpx_enc_frame_flags_t flags);
Dvp9_lookahead.c95 vpx_enc_frame_flags_t flags) { in vp9_lookahead_push()
Dvp9_encoder.h872 int vp9_receive_raw_frame(VP9_COMP *cpi, vpx_enc_frame_flags_t frame_flags,
1021 void vp9_apply_encoding_flags(VP9_COMP *cpi, vpx_enc_frame_flags_t flags);
Dvp9_encoder.c5390 int vp9_receive_raw_frame(VP9_COMP *cpi, vpx_enc_frame_flags_t frame_flags,
7730 void vp9_apply_encoding_flags(VP9_COMP *cpi, vpx_enc_frame_flags_t flags) {
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h259 typedef long vpx_enc_frame_flags_t; typedef
873 vpx_enc_frame_flags_t flags,
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c71 vpx_enc_frame_flags_t flags, unsigned int deadline, in get_frame_stats()
97 vpx_enc_frame_flags_t flags, unsigned int deadline, in encode_frame()
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h95 vpx_enc_frame_flags_t,
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h89 vpx_enc_frame_flags_t flags,
Dlibvpx_vp8_encoder.h64 static vpx_enc_frame_flags_t EncodeFlags(const Vp8FrameConfig& references);
Dlibvpx_interface.cc188 vpx_enc_frame_flags_t flags, in codec_encode()
Dlibvpx_vp8_encoder.cc248 vpx_enc_frame_flags_t LibvpxVp8Encoder::EncodeFlags( in EncodeFlags()
252 vpx_enc_frame_flags_t flags = 0; in EncodeFlags()
992 vpx_enc_frame_flags_t flags[kMaxSimulcastStreams]; in Encode()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h254 vpx_enc_frame_flags_t flags,
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c92 vpx_enc_frame_flags_t control_frame_flags;
787 vpx_enc_frame_flags_t flags) { in set_reference_and_update()
832 vpx_enc_frame_flags_t enc_flags, in vp8e_encode()
836 volatile vpx_enc_frame_flags_t flags = enc_flags; in vp8e_encode()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c189 vpx_enc_frame_flags_t flags, in vpx_codec_encode()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc331 const vpx_enc_frame_flags_t flags = force_key_frame ? VPX_EFLAG_FORCE_KF : 0; in EncodeFrame()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c116 vpx_enc_frame_flags_t next_frame_flags;
1107 vpx_enc_frame_flags_t enc_flags, in encoder_encode()
1110 volatile vpx_enc_frame_flags_t flags = enc_flags; in encoder_encode()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1034 vpx_enc_frame_flags_t flags = 0; in Encode()