/external/libvpx/libvpx/vpx/ |
D | exports_com | 12 text vpx_img_alloc
|
D | vpx_image.h | 143 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt,
|
/external/libvpx/libvpx/test/ |
D | yuv_video_source.h | 81 img_ = vpx_img_alloc(NULL, format, width, height, 1); in SetSize()
|
D | video_source.h | 193 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage()
|
D | decode_api_test.cc | 106 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 136 vpx_img_alloc(&img, impl_ptr_->img_fmt, frame_width_, frame_height_, 1); in ComputeFirstPassStats() 212 vpx_img_alloc(&impl_ptr_->tmp_img, impl_ptr_->img_fmt, frame_width_, in StartEncode()
|
/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 91 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp8cx_set_ref.c | 135 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 194 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp9_spatial_svc_encoder.c | 774 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode() 779 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode() 964 if (!vpx_img_alloc(&raw, in main() 971 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { in main()
|
D | set_maps.c | 187 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | twopass_encoder.c | 223 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
|
D | vp9cx_set_ref.c | 230 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vpx_temporal_svc_encoder.c | 686 if (!vpx_img_alloc( in main() 696 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
|
D | vp8_multi_resolution_encoder.c | 470 if (!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1316 vpx_img_alloc(NULL, VPX_IMG_FMT_I42016, cfg->g_w, cfg->g_h, 16); in encode_frame() 1349 vpx_img_alloc(NULL, VPX_IMG_FMT_I420, cfg->g_w, cfg->g_h, 16); in encode_frame() 1520 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1522 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1542 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode() 1547 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode() 1772 vpx_img_alloc(&raw, input.fmt, input.width, input.height, 32); in main() 1843 vpx_img_alloc(&raw_shift, raw.fmt | VPX_IMG_FMT_HIGHBITDEPTH, in main()
|
D | vpxdec.c | 932 vpx_img_alloc(NULL, img->fmt, render_width, render_height, 16); in main_loop() 968 vpx_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in main_loop()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.cc | 29 return ::vpx_img_alloc(img, fmt, d_w, d_h, align); in img_alloc()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 135 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() function
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 476 VpxImageUniquePtr image(vpx_img_alloc(nullptr, VPX_IMG_FMT_I420, frame.width, in CloneAsVpxImage()
|