Searched refs:vpx_enc_frame_flags_t (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 29 vpx_enc_frame_flags_t flags; 97 vpx_enc_frame_flags_t flags);
|
D | vp9_lookahead.c | 95 vpx_enc_frame_flags_t flags) { in vp9_lookahead_push()
|
D | vp9_encoder.h | 872 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);
|
D | vp9_encoder.c | 5390 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/ |
D | vpx_encoder.h | 259 typedef long vpx_enc_frame_flags_t; typedef 873 vpx_enc_frame_flags_t flags,
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 71 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/ |
D | mock_libvpx_interface.h | 95 vpx_enc_frame_flags_t,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.h | 89 vpx_enc_frame_flags_t flags,
|
D | libvpx_vp8_encoder.h | 64 static vpx_enc_frame_flags_t EncodeFlags(const Vp8FrameConfig& references);
|
D | libvpx_interface.cc | 188 vpx_enc_frame_flags_t flags, in codec_encode()
|
D | libvpx_vp8_encoder.cc | 248 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/ |
D | vpx_codec_internal.h | 254 vpx_enc_frame_flags_t flags,
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 92 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/ |
D | vpx_encoder.c | 189 vpx_enc_frame_flags_t flags, in vpx_codec_encode()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 331 const vpx_enc_frame_flags_t flags = force_key_frame ? VPX_EFLAG_FORCE_KF : 0; in EncodeFrame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 116 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/ |
D | vp9_impl.cc | 1034 vpx_enc_frame_flags_t flags = 0; in Encode()
|