Home
last modified time | relevance | path

Searched refs:vpx_codec_ctx_t (Results 1 – 25 of 42) sorted by relevance

12

/external/libvpx/libvpx/vpx/
Dvpx_codec.h210 } vpx_codec_ctx_t; typedef
317 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
329 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
348 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
383 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...);
415 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \
418 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *ctx, \
435 vpx_codec_ctx_t *, int, typ) DEPRECATED UNUSED; \
438 vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { \
453 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int) \
[all …]
Dvpx_decoder.h135 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
182 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
215 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
235 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter);
270 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx,
311 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx,
356 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get,
Dvpx_encoder.h740 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
773 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
821 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
835 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
879 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img,
927 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
955 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
970 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx);
Dsvc_context.h75 vpx_codec_ctx_t *codec_ctx;
91 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
97 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c20 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
24 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver()
85 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info()
104 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode()
123 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, vpx_codec_iter_t *iter) { in vpx_codec_get_frame()
134 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb()
153 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb()
173 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, in vpx_codec_set_frame_buffer_functions()
Dvpx_encoder.c22 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
26 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_enc_init_ver()
63 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
188 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in vpx_codec_encode()
239 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, in vpx_codec_get_cx_data()
285 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx, in vpx_codec_set_cx_data_buf()
305 const vpx_image_t *vpx_codec_get_preview_frame(vpx_codec_ctx_t *ctx) { in vpx_codec_get_preview_frame()
322 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx) { in vpx_codec_get_global_headers()
339 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx, in vpx_codec_enc_config_set()
Dvpx_codec.c53 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error()
58 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { in vpx_codec_error_detail()
65 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy()
88 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) { in vpx_codec_control_()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc32 vpx_codec_ctx_t dec; in TEST()
62 vpx_codec_ctx_t dec; in TEST()
78 void TestVp9Controls(vpx_codec_ctx_t *dec) { in TestVp9Controls()
124 vpx_codec_ctx_t dec; in TEST()
156 vpx_codec_ctx_t dec; in TEST()
Ddecode_test_driver.h26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator()
32 vpx_codec_ctx_t *decoder_;
97 vpx_codec_ctx_t *GetDecoder() { return &decoder_; } in GetDecoder()
111 vpx_codec_ctx_t decoder_;
Dencode_test_driver.h51 explicit CxDataIterator(vpx_codec_ctx_t *encoder) in CxDataIterator()
59 vpx_codec_ctx_t *encoder_;
165 vpx_codec_ctx_t encoder_;
Dencode_api_test.cc32 vpx_codec_ctx_t enc; in TEST()
Dlevel_test.cc124 vpx_codec_ctx_t enc; in TEST_P()
/external/libvpx/libvpx/examples/
Dset_maps.c64 vpx_codec_ctx_t *codec) { in set_roi_map()
97 vpx_codec_ctx_t *codec) { in set_active_map()
114 vpx_codec_ctx_t *codec) { in unset_active_map()
125 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame()
155 vpx_codec_ctx_t codec; in main()
Dtwopass_encoder.c69 static int get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in get_frame_stats()
95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in encode_frame()
126 vpx_codec_ctx_t codec; in pass0()
160 vpx_codec_ctx_t codec; in pass1()
193 vpx_codec_ctx_t codec; in main()
Dvp9cx_set_ref.c193 static void testing_decode(vpx_codec_ctx_t *encoder, vpx_codec_ctx_t *decoder, in testing_decode()
228 static int encode_frame(vpx_codec_ctx_t *ecodec, vpx_image_t *img, in encode_frame()
230 int test_decode, vpx_codec_ctx_t *dcodec, in encode_frame()
281 vpx_codec_ctx_t ecodec; in main()
293 vpx_codec_ctx_t dcodec; in main()
Dvp9_lossless_encoder.c32 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame()
61 vpx_codec_ctx_t codec; in main()
Dvp8cx_set_ref.c67 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame()
97 vpx_codec_ctx_t codec; in main()
Dsimple_encoder.c118 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame()
148 vpx_codec_ctx_t codec; in main()
Dsimple_decoder.c98 vpx_codec_ctx_t codec; in main()
Dpostproc.c63 vpx_codec_ctx_t codec; in main()
Ddecode_with_drops.c76 vpx_codec_ctx_t codec; in main()
Ddecode_to_md5.c81 vpx_codec_ctx_t codec; in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h113 vpx_codec_ctx_t* encoder_;
163 vpx_codec_ctx_t* decoder_;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h116 std::vector<vpx_codec_ctx_t> encoders_;
160 vpx_codec_ctx_t* decoder_;
/external/libvpx/libvpx/
Dtools_common.h123 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;

12