Home
last modified time | relevance | path

Searched refs:pts (Results 926 - 950 of 1201) sorted by relevance

1...<<31323334353637383940>>...49

/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h738 * @param pts Indicates the pointer to the present timestamp obtained.
745 int32_t (*GetHwPresentTimestamp)(uint32_t devId, uint32_t layerId, PresentTimestamp *pts);
/foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/
H A Dnative_avmuxer.cpp113 buffer->pts_ = info.pts; in OH_AVMuxer_WriteSample()
/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
/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()
H A Dmpegts.c185 /** fix dvb teletext pts */
230 {"fix_teletext_pts", "try to fix pts values of dvb teletext streams", offsetof(MpegTSContext, fix_teletext_pts), AV_OPT_TYPE_BOOL,
306 int64_t pts, dts; member
1590 pes->pts = AV_NOPTS_VALUE; in reset_pes_packet_state()
1627 pkt->pts = pes->pts; in new_pes_packet()
1714 pes->pts = cts; in read_sl_header()
1865 pes->pts = AV_NOPTS_VALUE; in mpegts_push_data()
1868 pes->dts = pes->pts = ff_parse_pes_pts(r); in mpegts_push_data()
1871 pes->pts in mpegts_push_data()
[all...]
/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()

Completed in 20 milliseconds

1...<<31323334353637383940>>...49