Home
last modified time | relevance | path

Searched refs:pts (Results 1 - 25 of 46) sorted by relevance

12

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeTextBlobTest.cpp274 OH_Drawing_Point2D pts[count]; in HWTEST_F() local
275 OH_Drawing_TextBlobCreateFromPosText(str, count, &pts[0], font, TEXT_ENCODING_UTF8); in HWTEST_F()
296 OH_Drawing_Point2D pts[count]; in HWTEST_F() local
299 OH_Drawing_TextBlobCreateFromPosText(nullptr, strlen(str), &pts[0], font, TEXT_ENCODING_UTF8); in HWTEST_F()
303 OH_Drawing_TextBlobCreateFromPosText(str, 0, &pts[0], font, TEXT_ENCODING_UTF8); in HWTEST_F()
310 OH_Drawing_TextBlobCreateFromPosText("123456", 6, &pts[0], font, TEXT_ENCODING_UTF8); in HWTEST_F()
313 OH_Drawing_TextBlobCreateFromPosText(str, strlen(str), &pts[0], nullptr, TEXT_ENCODING_UTF8); in HWTEST_F()
342 OH_Drawing_Point2D pts[count]; in HWTEST_F() local
343 OH_Drawing_TextBlobCreateFromPosText(str, strlen(str), &pts[0], font, TEXT_ENCODING_UTF8); in HWTEST_F()
365 OH_Drawing_Point2D pts[coun in HWTEST_F() local
[all...]
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dnativeavmuxerndk.cpp61 attrInfo.pts = ONETWOVAL; in OHAVMuxerSetRotation()
95 attrInfo.pts = ONETWOVAL; in OHAVMuxerStart()
132 attrInfo.pts = ONETWOVAL; in OHAVMuxerStop()
168 attrInfo.pts = ONEONEVAL; in OHAVMuxerWriteSample()
204 attrInfo.pts = ONEONEVAL; in OHAVMuxerWriteSampleBuffer()
244 attrInfo.pts = ONETWOVAL; in OHAVMuxerAddTrack()
314 attrInfo.pts = ONETWOVAL; in OHAVMuxerSetRotationAbnormal()
348 attrInfo.pts = ONETWOVAL; in OHAVMuxerStartAbnormal()
382 attrInfo.pts = ONETWOVAL; in OHAVMuxerStopAbnormal()
416 attrInfo.pts in OHAVMuxerWriteSampleAbnormal()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp531 RK_U64 pts = (*(mRKMppApi.Hdimpp_frame_get_pts))(mframe); in setup_VPU_FRAME_from_mpp_frame() local
564 vframe->ShowTime.TimeHigh = (RK_U32)(pts >> 32); // (pts >> 32) in setup_VPU_FRAME_from_mpp_frame()
565 vframe->ShowTime.TimeLow = (RK_U32)pts; in setup_VPU_FRAME_from_mpp_frame()
672 fd = (RK_S32)(pkt->pts & 0xffffffff); in decode()
832 (*(mRKMppApi.HdiMppPacketSetPts))(packet, pkt->pts); in decode()
837 HDF_LOGD("input size %-6d flag %x pts %lld", \ in decode()
838 pkt->size, pkt->nFlags, pkt->pts); in decode()
863 HDF_LOGD("get one frame pts %lld, fd 0x%x, poc %d, errinfo %x, discard %d, eos %d, verr %d", \ in decode()
904 (*(mRKMppApi.HdiMppPacketSetPts))(mpkt, pkt->pts); in decode_sendstream()
1191 RK_S64 pts = (*(mRKMppApi.HdiMppPacketGetPts))(packet); encode() local
1260 RK_S64 pts = aEncInStrm->timeUs; encoder_sendframe() local
1384 RK_S64 pts = (*(mRKMppApi.HdiMppPacketGetPts))(packet); encoder_getstream() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp462 attr.pts = GetSystemTimeUs(); in CopyStartCode()
471 attr.pts = GetSystemTimeUs(); in CopyStartCode()
620 attr.pts = GetSystemTimeUs(); in InputFunc_FUZZ()
633 attr.pts = 0; in SetEOS()
653 attr.pts = 0; in state_EOS()
H A Dapi_test.cpp438 attr.pts = -1; in HWTEST_F()
454 attr.pts = 0; in HWTEST_F()
470 attr.pts = 0; in HWTEST_F()
619 attr.pts = 0; in HWTEST_F()
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp63 buffer.pts = 0; in InitCodecBuffer()
121 omxBuffer->pts = 0; in InitCodecBufferWithAshMem()
216 omxBuffer->pts = 0; in InitBufferHandle()
797 omxBuffer->pts = 0; in HWTEST_F()
820 omxBuffer->pts = 0; in HWTEST_F()
843 omxBuffer->pts = 0; in HWTEST_F()
866 omxBuffer->pts = 0; in HWTEST_F()
964 omxBuffer->pts = 0; in HWTEST_F()
1085 buffer.pts = 0; in HWTEST_F()
1155 allocBuffer.pts in HWTEST_F()
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp238 attr.pts = 0; in state_EOS()
556 attr.pts = 0; in RandomEOS()
612 attr.pts = 0; in SetEOS()
664 attr.pts = GetSystemTimeUs(); in PushData()
732 attr.pts = GetSystemTimeUs(); in InputDataFuzz()
787 cout << "enc AVCODEC_BUFFER_FLAGS_CODEC_DATA" << attr.pts << endl; in CheckAttrFlag()
H A Dapi_test.cpp428 attr.pts = -1; in HWTEST_F()
444 attr.pts = 0; in HWTEST_F()
461 attr.pts = 0; in HWTEST_F()
639 attr.pts = 0; in HWTEST_F()
H A Dvideoenc_api11_sample.cpp271 attr.pts = 0; in state_EOS()
640 attr.pts = 0; in SetEOS()
742 attr.pts = GetSystemTimeUs(); in PushData()
834 cout << "enc AVCODEC_BUFFER_FLAGS_CODEC_DATA" << attr.pts << endl; in CheckAttrFlag()
/test/xts/acts/multimedia/av_codec/demuxer/src/
H A Dfunc_test.cpp1160 startPts = attr.pts; in HWTEST_F()
1165 cout << pos << " =====curr_pts = attr.pts" << endl; in HWTEST_F()
1178 ASSERT_EQ(attr.pts, startPts); in HWTEST_F()
1220 startPts = attr.pts; in HWTEST_F()
1225 cout << "curr_pts = attr.pts" << endl; in HWTEST_F()
1239 ASSERT_EQ(attr.pts, startPts); in HWTEST_F()
1281 startPts = attr.pts; in HWTEST_F()
1286 cout << "curr_pts = attr.pts" << endl; in HWTEST_F()
1299 ASSERT_EQ(attr.pts, startPts); in HWTEST_F()
1346 endPts = attr.pts; in HWTEST_F()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_packet_impl.h51 * pts : packet pts
62 RK_S64 pts; member
H A Dmpp_frame_impl.h67 * pts - display time stamp
70 RK_S64 pts; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_comm_video_adapt.h109 hi_u64 pts; /* PTS of current frame */ member
282 hi_u64 pts; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_video_adapt.h106 hi_u64 pts; /* PTS of current frame */ member
279 hi_u64 pts; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_video_adapt.h106 hi_u64 pts; /* PTS of current frame */ member
278 hi_u64 pts; member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_packet.h55 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
H A Dvpu_api.h175 RK_S64 pts; /* with unit of us */ member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_packet.h56 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
H A Dmpp_frame.h333 void mpp_frame_set_pts(MppFrame frame, RK_S64 pts);
H A Dvpu_api.h173 RK_S64 pts; /* with unit of us */ member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_packet.h56 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_packet.h57 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp578 attr.pts = startPts; in SendData()
717 attr.pts = 0; in state_EOS()
727 attr.pts = 0; in SetEOS()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DADecEncNdkSample.cpp359 attr.pts = 0; in PushInbufferDec()
363 attr.pts = timeStampDec_; in PushInbufferDec()
618 attr.pts = timeStampEnc_; in PushInbufferEnc()
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp1107 OH_Drawing_Point2D pts[count]; in HWTEST_F() local
1108 EXPECT_EQ(nullptr, OH_Drawing_TextBlobCreateFromPosText(nullptr, count, &pts[0], in HWTEST_F()
1112 EXPECT_EQ(nullptr, OH_Drawing_TextBlobCreateFromPosText(str, count, &pts[0], in HWTEST_F()
1114 OH_Drawing_TextBlob *textBlob = OH_Drawing_TextBlobCreateFromPosText(str, count, &pts[0], in HWTEST_F()

Completed in 28 milliseconds

12