Home
last modified time | relevance | path

Searched defs:pts (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dpty_process.rs78 let pts = pty.pts().unwrap(); in sdv_pty_process_read_and_write_test() localVariable
108 let pts = pty.pts().unwrap(); in sdv_pty_split_test() localVariable
140 let pts = pty.pts().unwrap(); in sdv_pty_into_split_test() localVariable
173 let pts = pty.pts().unwrap(); in sdv_pty_unsplit_test() localVariable
200 let pts = pty.pts().unwrap(); in sdv_pty_debug_test() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dpoints.cpp41 void Points::fill_pts(OH_Drawing_Point2D pts[], size_t n, TestRend* rand) in fill_pts()
73 OH_Drawing_Point2D pts[n]; in OnTestFunction() local
H A Dgradient_dirty_laundry.cpp79 …OH_Drawing_Point2D pts[] = { { 0, 0 }, { 100.0, 100.0 } }; // 100.0, 100… in MakeRadial() local
92 OH_Drawing_Point2D pts[] = { { 0, 0 }, { 100.0, 100.0 } }; // 100 设置点 in MakeSweep() local
H A Dpoints_mask_filter.cpp51 OH_Drawing_Point2D pts[N]; in OnTestFunction() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h37 … void GetBufferCirculateInfo(int64_t& pts, uint32_t& flag, uint32_t& size, uint32_t& offset) const in GetBufferCirculateInfo()
44 void SetBufferCirculateInfo(int64_t pts, uint32_t flag, uint32_t size, uint32_t offset) in SetBufferCirculateInfo()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_o_h___a_v_codec_buffer_attr.md53 ### pts subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_o_h___a_v_codec_buffer_attr.md53 ### pts subsection
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_buffer.h89 int64_t pts; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs581 let pts = pty.pts().unwrap(); in ut_pty_process_read_write_test() localVariable
611 let pts = pty.pts().unwrap(); in ut_pty_process_split_test() localVariable
643 let pts = pty.pts().unwrap(); in ut_pty_process_into_split_test() localVariable
676 let pts = pty.pts().unwrap(); in ut_pty_process_unsplit_test() localVariable
723 let pts = pty.pts().unwrap(); in ut_pty_debug_test() localVariable
H A Dsys.rs62 pub(crate) fn pts(&self, size: usize) -> io::Result<PtsInner> { in pts() method
223 let pts = pty.pts(1); in ut_pty_pts_size_test() localVariable
225 let pts = pts.unwrap(); in ut_pty_pts_size_test() localVariable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_parser_sample.cpp275 int64_t pts = GetPtsFromWorkPts(workPts); in RunSeekScene() local
324 int64_t pts = GetPtsFromWorkPts(workPts); in RunSpeedScene() local
415 int64_t pts = 0; in GetPtsFromWorkPts() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_sink_frame_info.cpp65 cJSON *pts = cJSON_GetObjectItemCaseSensitive(rootValue, FRAME_INFO_PTS.c_str()); in Unmarshal() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.h89 int64_t pts = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFuzzTest.cpp189 int64_t pts = 0; variable
220 static int HwTest_AddTrack(std::shared_ptr<Meta> mediaParams, int64_t *pts, int32_t *size, AVMuxerD… in HwTest_AddTrack()
297 int64_t pts = 0; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_omx_codec_buffer_v10.md137 ### pts subsection
H A D_omx_codec_buffer_v20.md140 ### pts subsection
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_sync_utils.h37 int64_t pts; member
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h231 int64_t pts; variable
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avbuffer_info.h80 int64_t pts; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dpts_and_index_conversion.cpp471 int64_t pts = 0; // init pts in PTSAndIndexConvertSttsAndCttsProcess() local
519 int64_t pts = 0; // init pts in PTSAndIndexConvertOnlySttsProcess() local
568 int64_t pts, int64_t absolutePTS, uint32_t index) in PTSAndIndexConvertSwitchProcess()
586 void TimeAndIndexConversion::IndexToRelativePTSProcess(int64_t pts, uint32_t index) in IndexToRelativePTSProcess()
599 void TimeAndIndexConversion::RelativePTSToIndexProcess(int64_t pts, int64_t absolutePTS) in RelativePTSToIndexProcess()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp223 int64_t pts = 100; variable
231 int64_t pts = 100; variable
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.cpp162 int32_t ADecInnerDemo::HandleNormalInput(const uint32_t &index, const int64_t &pts, const size_t &s… in HandleNormalInput()
180 int64_t pts; in InputFunc() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/daudio_output/
H A Ddaudio_output_plugin.cpp244 int64_t pts = Plugin::AnyCast<int64_t>(bufferMeta->GetMeta(Tag::USER_FRAME_PTS)); in PushData() local
313 int64_t pts = Plugin::AnyCast<int64_t>(buffer->GetBufferMeta()->GetMeta(Tag::USER_FRAME_PTS)); in WriteMasterClockToMemory() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp104 uint64_t pts = static_cast<uint64_t>(frameCount) * in SurfaceInputThread() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp178 …std::array<RSPoint, 2> pts = { RSPoint(static_cast<RSScalar>(info.x1), static_cast<RSScalar>(info.… in SetGradientStyle() local
220 …std::array<RSPoint, 2> pts = { RSPoint(static_cast<RSScalar>(info.x1), static_cast<RSScalar>(info.… in SetStrokeGradientStyle() local

12345