/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 39 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_encode(NULL, NULL, 0, 0, 0, 0)); in TEST() 40 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_encode(NULL, &img, 0, 0, 0, 0)); in TEST() 59 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, NULL, 0, 0, 0, 0)); in TEST() 101 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_encode(&enc, &img, 0, 1, 0, 0)); in TEST()
|
D | encode_test_driver.cc | 86 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal() 94 vpx_codec_encode(&encoder_, NULL, 0, 0, 0, deadline_); in Flush()
|
/external/libvpx/libvpx/vpx/ |
D | exports_enc | 5 text vpx_codec_encode
|
D | vpx_encoder.h | 871 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img,
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 77 vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in get_frame_stats() 103 vpx_codec_encode(ctx, img, pts, duration, flags, deadline); in encode_frame()
|
D | vp9_lossless_encoder.c | 38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp8cx_set_ref.c | 73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | simple_encoder.c | 124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | set_maps.c | 131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp9cx_set_ref.c | 237 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp8_multi_resolution_encoder.c | 592 if (vpx_codec_encode(&codec[0], frame_avail ? &raw[0] : NULL, frame_cnt, 1, in main()
|
D | svc_encodeframe.c | 543 vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, deadline); in vpx_svc_encode()
|
D | vpx_temporal_svc_encoder.c | 871 if (vpx_codec_encode(&codec, frame_avail ? &raw : NULL, pts, 1, flags, in main()
|
/external/libvpx/libvpx/ |
D | usage_cx.dox | 3 The vpx_codec_encode() function is at the core of the encode loop. It
|
D | vpxenc.c | 1676 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | suppressions.txt | 33 fun:vpx_codec_encode
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 193 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in vpx_codec_encode() function
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 541 if (vpx_codec_encode(encoder_, raw_, timestamp_, duration, flags, in Encode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 885 int error = vpx_codec_encode(&encoders_[0], &raw_images_[0], timestamp_, in Encode()
|