Home
last modified time | relevance | path

Searched refs:pts (Results 976 - 1000 of 1281) sorted by relevance

1...<<31323334353637383940>>...52

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h43 int64_t pts = -1; // may change member
H A Dhdecoder.cpp935 SCOPED_TRACE_WITH_ID(info.omxBuffer->pts); in NotifySurfaceToRenderOutputBuffer()
946 .timestamp = info.omxBuffer->pts, in NotifySurfaceToRenderOutputBuffer()
998 HLOGI("outBufId = %u, discard by user, pts = %" PRId64, info.bufferId, info.omxBuffer->pts); in OnReleaseOutputBuffer()
1023 info.omxBuffer->pts = info.avBuffer->pts_; in OnRenderOutputBuffer()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davdemuxer_demo.cpp124 printf("the bufferInfo.flags=%d,bufferInfo.size=%d,bufferInfo.pts=%" PRId64 "\n", in ReadAllSamples()
125 bufferInfo.flags, bufferInfo.size, bufferInfo.pts); in ReadAllSamples()
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h99 uint64_t pts; /**< pts */ member
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h273 s64 pts; member
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h273 s64 pts; member
/third_party/ffmpeg/libavcodec/
H A Dav1_frame_split_bsf.c171 out->pts = AV_NOPTS_VALUE; in av1_frame_split_filter()
H A Dvaapi_encode.h77 int64_t pts; member
H A Dxsubenc.c117 uint64_t startTime = h->pts / 1000; // FIXME: need better solution... in xsub_encode()
/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c252 frame->pts = frame_num * FRAME_SIZE; in get_input()
/third_party/ffmpeg/libavdevice/
H A Dopenal-dec.c204 pkt->pts = av_gettime(); in read_packet()
H A Dfbdev_dec.c74 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in microseconds */ in fbdev_read_header()
188 pkt->pts = av_gettime(); in fbdev_read_packet()
/third_party/ffmpeg/libavformat/
H A Djacosubdec.c252 read_ts(jacosub, sub->data, &sub->pts, &sub->duration); in jacosub_read_header()
H A Dmpc.c168 pkt->pts = cur; in mpc_read_packet()
H A Drawvideodec.c127 pkt->pts = pkt->dts = pkt->pos / s->packet_size; in rawvideo_read_packet()
H A Dmccdec.c194 sub->pts = ts; in mcc_read_header()
H A Dwebvttdec.c146 sub->pts = ts_start; in webvtt_read_header()
H A Dassenc.c160 int64_t start = pkt->pts; in write_packet()
H A Dlrcdec.c89 /* Just in case negative pts, players may drop it but we won't. */ in read_ts()
210 sub->pts = ts_start - lrc->ts_offset; in lrc_read_header()
H A Dsegafilmenc.c90 info1 = pkt->pts; in film_write_packet()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h157 * If the unstyled shape is a straight line segment, returns true and sets pts to the endpoints.
160 bool asLine(SkPoint pts[2], bool* inverted) const;
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h172 pts, /* ! */ member
216 FT_UShort maxPoints; /* capacity of this context's `pts' */
/third_party/skia/tools/debugger/
H A DDebugCanvas.h168 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp286 Drawing::Point pts[] = { Drawing::Point(SET_XORY1, SET_XORY1), Drawing::Point(SET_XORY2, SET_XORY2) }; in HWTEST_F() local
287 paintFilterCanvas_->DrawPoints(Drawing::PointMode::POINTS_POINTMODE, NUMBER, pts); in HWTEST_F()
749 std::vector<Drawing::Point> pts; in HWTEST_F() local
750 paintFilterCanvas_->ClipRoundRect(rect, pts, true); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp326 attr.pts = 0; in state_EOS()
838 attr.pts = 0; in SetEOS()
957 attr.pts = GetSystemTimeUs(); in PushData()
1048 cout << "enc AVCODEC_BUFFER_FLAGS_CODEC_DATA" << attr.pts << endl; in CheckAttrFlag()

Completed in 18 milliseconds

1...<<31323334353637383940>>...52