/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 738 * @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 D | native_avmuxer.cpp | 113 buffer->pts_ = info.pts; in OH_AVMuxer_WriteSample()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hencoder.h | 43 int64_t pts = -1; // may change member
|
H A D | hdecoder.cpp | 935 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 D | avdemuxer_demo.cpp | 124 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 D | hal_camera.h | 99 uint64_t pts; /**< pts */
member
|
/third_party/ffmpeg/libavcodec/ |
H A D | av1_frame_split_bsf.c | 171 out->pts = AV_NOPTS_VALUE; in av1_frame_split_filter()
|
H A D | vaapi_encode.h | 77 int64_t pts; member
|
H A D | xsubenc.c | 117 uint64_t startTime = h->pts / 1000; // FIXME: need better solution... in xsub_encode()
|
/third_party/ffmpeg/doc/examples/ |
H A D | filter_audio.c | 252 frame->pts = frame_num * FRAME_SIZE; in get_input()
|
/third_party/ffmpeg/libavdevice/ |
H A D | openal-dec.c | 204 pkt->pts = av_gettime(); in read_packet()
|
H A D | fbdev_dec.c | 74 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 D | jacosubdec.c | 252 read_ts(jacosub, sub->data, &sub->pts, &sub->duration); in jacosub_read_header()
|
H A D | mpc.c | 168 pkt->pts = cur; in mpc_read_packet()
|
H A D | rawvideodec.c | 127 pkt->pts = pkt->dts = pkt->pos / s->packet_size; in rawvideo_read_packet()
|
H A D | mccdec.c | 194 sub->pts = ts; in mcc_read_header()
|
H A D | webvttdec.c | 146 sub->pts = ts_start; in webvtt_read_header()
|
H A D | assenc.c | 160 int64_t start = pkt->pts; in write_packet()
|
H A D | lrcdec.c | 89 /* 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 D | segafilmenc.c | 90 info1 = pkt->pts; in film_write_packet()
|
H A D | mpegts.c | 185 /** 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 D | GrStyledShape.h | 157 * 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 D | ttinterp.h | 172 pts, /* ! */ member 216 FT_UShort maxPoints; /* capacity of this context's `pts' */
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.h | 168 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 D | rs_paint_filter_canvas_test.cpp | 286 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()
|