Home
last modified time | relevance | path

Searched refs:pts (Results 876 - 900 of 1285) sorted by relevance

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

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h231 int64_t pts; member in OHOS::Media::Plugin::Buffer
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapisetparameter_fuzzer/
H A Daudiodecoderdemo.h119 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H A Ddemuxer_capi_mock.cpp117 bufferInfo->presentationTimeUs = bufferAttr.pts; in ReadSample()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h149 void SaveVivid(int64_t pts);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.h119 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp134 AVTRANS_LOGI("Push video buffer pts: %{public}ld, bufferLen: %{public}d, frameNumber: %{public}u.", in PushData()
135 buffer->pts, buffer->GetMemory()->GetSize(), in PushData()
/third_party/ffmpeg/libavcodec/
H A Dlibshine.c113 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in libshine_encode_frame()
H A Ddv_error_marker_bsf.c92 av_log(ctx, AV_LOG_DEBUG, "%8"PRId64": Replaced %5d blocks by color %X\n", pkt->pts, match_count, AV_RB32(s->color_rgba)); in dv_error_marker_filter()
H A Dvp9_superframe_split_bsf.c124 out->pts = AV_NOPTS_VALUE; in vp9_superframe_split_filter()
/third_party/ffmpeg/libavformat/
H A Dtty.c163 pkt->pts = pkt->pos / s->chars_per_frame; in read_packet()
H A Dmovenc.h51 int64_t pts; member
H A Dassdec.c144 sub->pts = ts_start; in ass_read_header()
H A Dlvfdec.c134 pkt->pts = timestamp; in lvf_read_packet()
H A Dserdec.c113 pkt->pts = pkt->dts = (pkt->pos - ffformatcontext(s)->data_offset) / s->packet_size; in ser_read_packet()
H A Dsubviewerdec.c174 sub->pts = pts_start; in subviewer_read_header()
H A Duncodedframecrcenc.c141 stream_index, (*frame)->pts); in write_frame()
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c131 ts_str(ts_buf, pkt.pts, st->time_base); in main()
132 printf("ret:%-10s st:%2d flags:%d dts:%s pts:%s pos:%7" PRId64 " size:%6d", ret_str(ret), pkt.stream_index, pkt.flags, dts_buf, ts_buf, pkt.pos, pkt.size); in main()
/third_party/skia/src/gpu/geometry/
H A DGrQuad.h53 // Creates a GrQuad from the quadrilateral 'pts', transformed by the matrix. The input
56 static GrQuad MakeFromSkQuad(const SkPoint pts[4], const SkMatrix&);
/third_party/skia/src/core/
H A DSkRecorder.h83 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp900 bufferInfo->omxBuffer->pts = bufferInfo->avBuffer->pts_; in OnQueueInputBuffer()
940 const sptr<SurfaceBuffer>& surfaceBuffer, int64_t pts, uint32_t flag) in WrapSurfaceBufferToSlot()
947 info.omxBuffer->pts = pts; in WrapSurfaceBufferToSlot()
999 info.omxBuffer->pts = omxBuffer.pts; in OnOMXFillBufferDone()
1055 info.avBuffer->pts_ = omxBuffer->pts; in NotifyUserOutBufferAvaliable()
939 WrapSurfaceBufferToSlot(BufferInfo &info, const sptr<SurfaceBuffer>& surfaceBuffer, int64_t pts, uint32_t flag) WrapSurfaceBufferToSlot() argument
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp557 int32_t pts; member
580 CommonNapi::SetPropertyInt32(subtitleRef->env_, args[0], "startTime", valueMap.pts);
1319 int32_t pts = -1; in OnSubtitleInfoCb() local
1323 infoBody.GetIntValue(std::string(PlayerKeys::SUBTITLE_PTS), pts); in OnSubtitleInfoCb() local
1325 MEDIA_LOGI("OnSubtitleInfoCb pts %{public}d, duration = %{public}d", pts, duration); in OnSubtitleInfoCb()
1336 cb->valueMap.pts = pts; in OnSubtitleInfoCb()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-ioctl.c270 dc->stop.pts = 0; in ivtv_video_command()
278 return ivtv_stop_v4l2_decode_stream(s, dc->flags, dc->stop.pts); in ivtv_video_command()
1674 s64 *pts = arg; in ivtv_decoder_ioctls() local
1679 *pts = s->dma_pts; in ivtv_decoder_ioctls()
1684 return ivtv_g_pts_frame(itv, pts, &frame); in ivtv_decoder_ioctls()
1689 s64 pts; in ivtv_decoder_ioctls() local
1698 return ivtv_g_pts_frame(itv, &pts, frame); in ivtv_decoder_ioctls()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c144 s64 pts; member
268 buffer->pts = msg_context->u.bulk.pts; in buffer_work_cb()
352 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()
432 m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN; in buffer_from_host()
1334 mmalbuf->pts = MMAL_TIME_UNKNOWN; in port_disable()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c144 s64 pts; member
265 buffer->pts = msg_context->u.bulk.pts; in buffer_work_cb()
349 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()
429 m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN; in buffer_from_host()
1331 mmalbuf->pts = MMAL_TIME_UNKNOWN; in port_disable()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dreli_test.cpp608 cout << attr.size << "size---------------pts:" << attr.pts << endl; in HWTEST_F()
655 cout << attr.size << "size---------------pts:" << attr.pts << endl; in HWTEST_F()
702 cout << attr.size << "size---------------pts:" << attr.pts << endl; in HWTEST_F()
749 cout << attr.size << "size---------------pts:" << attr.pts << endl; in HWTEST_F()
796 cout << attr.size << "size---------------pts:" << attr.pts << end in HWTEST_F()
[all...]

Completed in 21 milliseconds

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