HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_enc_cfg_t (Results 1 - 25 of 41) sorted by null

1 2

  /external/libvpx/libvpx/
rate_hist.h 22 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg,
28 const vpx_codec_enc_cfg_t *cfg,
33 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg,
webmenc.h 41 const vpx_codec_enc_cfg_t *cfg,
46 const vpx_codec_enc_cfg_t *cfg,
webmenc.cc 24 const vpx_codec_enc_cfg_t *cfg,
71 const vpx_codec_enc_cfg_t *cfg,
rate_hist.c 37 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg,
79 const vpx_codec_enc_cfg_t *cfg,
274 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h 47 vpx_codec_enc_cfg_t* cfg) = 0;
57 virtual bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) = 0;
default_temporal_layers.h 32 vpx_codec_enc_cfg_t* cfg) override;
40 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; }
screenshare_layers.h 43 vpx_codec_enc_cfg_t* cfg) override;
56 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override;
default_temporal_layers_unittest.cc 55 vpx_codec_enc_cfg_t cfg;
96 vpx_codec_enc_cfg_t cfg;
137 vpx_codec_enc_cfg_t cfg;
177 vpx_codec_enc_cfg_t cfg;
screenshare_layers_unittest.cc 50 vpx_codec_enc_cfg_t vpx_cfg;
51 memset(&vpx_cfg, 0, sizeof(vpx_codec_enc_cfg_t));
366 vpx_codec_enc_cfg_t cfg;
376 vpx_codec_enc_cfg_t cfg;
386 vpx_codec_enc_cfg_t cfg;
396 vpx_codec_enc_cfg_t cfg;
vp8_impl.h 117 std::vector<vpx_codec_enc_cfg_t> configurations_;
realtime_temporal_layers.cc 107 vpx_codec_enc_cfg_t* cfg) {
251 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; }
screenshare_layers.cc 130 vpx_codec_enc_cfg_t* cfg) {
248 bool ScreenshareLayers::UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) {
  /external/libvpx/libvpx/test/
codec_factory.h 40 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
45 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
97 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
130 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
145 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
193 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
226 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
241 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
encode_test_driver.h 89 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
142 void Config(const vpx_codec_enc_cfg_t *cfg) {
166 vpx_codec_enc_cfg_t cfg_;
255 vpx_codec_enc_cfg_t cfg_;
encode_api_test.cc 33 vpx_codec_enc_cfg_t cfg;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 702 } vpx_codec_enc_cfg_t; /**< alias for struct vpx_codec_enc_cfg */ typedef in typeref:struct:vpx_codec_enc_cfg
742 const vpx_codec_enc_cfg_t *cfg,
773 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
804 vpx_codec_enc_cfg_t *cfg,
822 const vpx_codec_enc_cfg_t *cfg);
    [all...]
svc_context.h 93 vpx_codec_enc_cfg_t *cfg);
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 260 vpx_codec_alg_priv_t *ctx, const vpx_codec_enc_cfg_t *cfg);
268 const vpx_codec_enc_cfg_t *cfg, void **mem_loc);
282 vpx_codec_enc_cfg_t cfg;
  /external/libvpx/libvpx/examples/
set_maps.c 63 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg,
96 static void set_active_map(const vpx_codec_enc_cfg_t *cfg,
113 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg,
156 vpx_codec_enc_cfg_t cfg;
twopass_encoder.c 125 const vpx_codec_enc_cfg_t *cfg, int max_frames) {
153 const VpxInterface *encoder, const vpx_codec_enc_cfg_t *cfg,
194 vpx_codec_enc_cfg_t cfg;
simple_encoder.c 149 vpx_codec_enc_cfg_t cfg;
vp8_multi_resolution_encoder.c 124 static void write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg,
167 vpx_codec_enc_cfg_t *cfg, int bitrate,
291 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS];
440 memcpy(&cfg[i], &cfg[0], sizeof(vpx_codec_enc_cfg_t));
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 194 vpx_codec_enc_cfg_t* mCodecConfiguration;
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 28 const vpx_codec_enc_cfg_t *cfg,
63 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
143 vpx_codec_enc_cfg_t *cfg,
340 const vpx_codec_enc_cfg_t *cfg) {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 114 vpx_codec_enc_cfg_t* config_;

Completed in 268 milliseconds

1 2