HomeSort by relevance Sort by last modified time
    Searched refs:vpx_enc_frame_flags_t (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 32 vpx_enc_frame_flags_t flags;
84 vpx_enc_frame_flags_t flags);
vp9_lookahead.c 90 vpx_enc_frame_flags_t flags) {
vp9_encoder.h 738 int vp9_receive_raw_frame(VP9_COMP *cpi, vpx_enc_frame_flags_t frame_flags,
859 void vp9_apply_encoding_flags(VP9_COMP *cpi, vpx_enc_frame_flags_t flags);
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 270 typedef long vpx_enc_frame_flags_t; typedef
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 111 virtual vpx_enc_frame_flags_t getEncodeFlags();
SoftVPXEncoder.cpp 546 vpx_enc_frame_flags_t SoftVPXEncoder::getEncodeFlags() {
547 vpx_enc_frame_flags_t flags = 0;
689 vpx_enc_frame_flags_t flags = getEncodeFlags();
  /external/libvpx/libvpx/examples/
twopass_encoder.c 71 vpx_enc_frame_flags_t flags, unsigned int deadline,
97 vpx_enc_frame_flags_t flags, unsigned int deadline,
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 254 vpx_enc_frame_flags_t flags,
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.cpp 317 vpx_enc_frame_flags_t C2SoftVpxEnc::getEncodeFlags() {
318 vpx_enc_frame_flags_t flags = 0;
510 vpx_enc_frame_flags_t flags = getEncodeFlags();
C2SoftVpxEnc.h 109 virtual vpx_enc_frame_flags_t getEncodeFlags();
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 510 vpx_enc_frame_flags_t flags = 0;
703 static const vpx_enc_frame_flags_t kAllFlags =
721 vpx_enc_frame_flags_t layer_flags = kAllFlags;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 87 vpx_enc_frame_flags_t control_frame_flags;
756 vpx_enc_frame_flags_t flags) {
801 vpx_enc_frame_flags_t flags,
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 198 vpx_enc_frame_flags_t flags,
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 105 vpx_enc_frame_flags_t next_frame_flags;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 769 vpx_enc_frame_flags_t flags[kMaxSimulcastStreams];
    [all...]

Completed in 361 milliseconds