Searched refs:pts (Results 1 - 25 of 556) sorted by path

1234567891011>>

/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/eigen/Eigen/src/Core/util/
H A DMemory.h346 template<typename T, bool Align> EIGEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_t old_size) argument
351 destruct_elements_of_array(pts+new_size, old_size-new_size);
352 T *result = reinterpret_cast<T*>(conditional_aligned_realloc<Align>(reinterpret_cast<void*>(pts), sizeof(T)*new_size, sizeof(T)*old_size));
390 template<typename T, bool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_t old_size) argument
395 destruct_elements_of_array(pts+new_size, old_size-new_size);
396 T *result = reinterpret_cast<T*>(conditional_aligned_realloc<Align>(reinterpret_cast<void*>(pts), sizeof(T)*new_size, sizeof(T)*old_size));
/external/eigen/test/
H A Dgeo_homogeneous.cpp79 Matrix<Scalar, Size, Dynamic> pts; local
84 pts.setRandom(Size,internal::random<int>(1,20));
86 pts1 = pts.colwise().homogeneous();
87 VERIFY_IS_APPROX(aff * pts.colwise().homogeneous(), (aff * pts1).colwise().hnormalized());
88 VERIFY_IS_APPROX(caff * pts.colwise().homogeneous(), (caff * pts1).colwise().hnormalized());
89 VERIFY_IS_APPROX(proj * pts.colwise().homogeneous(), (proj * pts1));
91 VERIFY_IS_APPROX((aff * pts1).colwise().hnormalized(), aff * pts);
92 VERIFY_IS_APPROX((caff * pts1).colwise().hnormalized(), caff * pts);
106 VERIFY_IS_APPROX( (t2 * pts.colwise().homogeneous()).colwise().hnormalized(),
110 VERIFY_IS_APPROX( (t2 .lazyProduct ( pts
[all...]
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h183 * \param[in] pts The data points to which a spline should be fit.
189 void ChordLengths(const PointArrayType& pts, KnotVectorType& chord_lengths) argument
193 const DenseIndex n = pts.cols();
196 chord_lengths.resize(pts.cols());
198 chord_lengths.rightCols(n-1) = (pts.array().leftCols(n-1) - pts.array().rightCols(n-1)).matrix().colwise().norm();
221 * \param pts The points for which an interpolating spline will be computed.
227 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
232 * \param pts The points for which an interpolating spline will be computed.
239 static SplineType Interpolate(const PointArrayType& pts, DenseInde
290 Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters) argument
322 Interpolate(const PointArrayType& pts, DenseIndex degree) argument
[all...]
/external/eigen/unsupported/test/
H A Dsplines.cpp113 MatrixXd pts(10,3);
114 pts << 0.707620811535916, 0.510258911240815, 0.417485437023409,
124 pts.transposeInPlace();
129 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
140 MatrixXd pts(11,3);
141 pts << 0.959743958516081, 0.340385726666133, 0.585267750979777,
152 pts.transposeInPlace();
157 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
179 MatrixXd pts(12,2);
180 pts <<
[all...]
/external/freetype/src/truetype/
H A Dttgload.c855 loader->exec->pts = *zone;
H A Dttinterp.c457 exec->pts.n_points = 0;
458 exec->pts.n_contours = 0;
460 exec->zp1 = exec->pts;
461 exec->zp2 = exec->pts;
462 exec->zp0 = exec->pts;
534 exec->zp0 = exec->pts;
535 exec->zp1 = exec->pts;
536 exec->zp2 = exec->pts;
5002 exc->zp0 = exc->pts;
5032 exc->zp1 = exc->pts;
[all...]
H A Dttinterp.h170 pts, member in struct:TT_ExecContextRec_
210 FT_UShort maxPoints; /* capacity of this context's `pts' */
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h105 __u64 pts; member in struct:video_command::__anon9449::__anon9450
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1834 __u64 pts; member in struct:v4l2_enc_idx_entry
1897 __u64 pts; member in struct:v4l2_decoder_cmd::__anon10107::__anon10108
/external/libcap/kdebug/
H A Dtest-init.sh8 mount -t devpts pts /dev/pts
/external/libvncserver/client_examples/
H A Dvnc2mpg.c213 pkt.pts= c->coded_frame->pts;
425 video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den;
/external/libvpx/libvpx/examples/
H A Dset_maps.c141 pkt->data.frame.pts)) {
H A Dsimple_encoder.c134 pkt->data.frame.pts)) {
H A Dtwopass_encoder.c70 vpx_codec_pts_t pts, unsigned int duration,
77 vpx_codec_encode(ctx, img, pts, duration, flags, deadline);
96 vpx_codec_pts_t pts, unsigned int duration,
103 vpx_codec_encode(ctx, img, pts, duration, flags, deadline);
113 pkt->data.frame.pts))
69 get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, vpx_fixed_buf_t *stats) argument
95 encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, VpxVideoWriter *writer) argument
H A Dvp8_multi_resolution_encoder.c149 vpx_codec_pts_t pts; local
153 pts = pkt->data.frame.pts;
155 mem_put_le32(header + 4, pts & 0xFFFFFFFF);
156 mem_put_le32(header + 8, pts >> 32);
H A Dvp8cx_set_ref.c83 pkt->data.frame.pts)) {
H A Dvp9_lossless_encoder.c48 pkt->data.frame.pts)) {
H A Dvp9_spatial_svc_encoder.c619 int pts = 0; /* PTS starts at 0 */ local
756 &svc_ctx, &codec, (end_of_stream ? NULL : &raw), pts, frame_duration,
778 cx_pkt->data.frame.pts);
802 cx_pkt->data.frame.pts);
864 printf("SVC frame: %d, kf: %d, size: %d, pts: %d\n", frames_received,
866 (int)cx_pkt->data.frame.sz, (int)cx_pkt->data.frame.pts);
884 pts += frame_duration;
H A Dvp9cx_set_ref.c254 pkt->data.frame.pts)) {
H A Dvpx_temporal_svc_encoder.c561 int pts = 0; // PTS starts at 0. local
836 if (vpx_codec_encode(&codec, frame_avail ? &raw : NULL, pts, 1, flags,
854 pkt->data.frame.sz, pts);
899 pts += frame_duration;
/external/libvpx/libvpx/
H A Divfenc.c37 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
41 mem_put_le32(header + 4, (int)(pts & 0xFFFFFFFF));
42 mem_put_le32(header + 8, (int)(pts >> 32));

Completed in 952 milliseconds

1234567891011>>