/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeTextBlobTest.cpp | 274 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 D | nativeavmuxerndk.cpp | 61 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 D | vpu_api_legacy.cpp | 531 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 D | videodec_ndk_sample.cpp | 462 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 D | api_test.cpp | 438 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 D | codec_hdi_omx_test.cpp | 63 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 D | videoenc_ndk_sample.cpp | 238 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 D | api_test.cpp | 428 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 D | videoenc_api11_sample.cpp | 271 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 D | func_test.cpp | 1160 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 D | mpp_packet_impl.h | 51 * pts : packet pts 62 RK_S64 pts; member
|
H A D | mpp_frame_impl.h | 67 * pts - display time stamp 70 RK_S64 pts; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_comm_video_adapt.h | 109 hi_u64 pts; /* PTS of current frame */ member 282 hi_u64 pts; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_video_adapt.h | 106 hi_u64 pts; /* PTS of current frame */ member 279 hi_u64 pts; member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_video_adapt.h | 106 hi_u64 pts; /* PTS of current frame */ member 278 hi_u64 pts; member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_packet.h | 55 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
H A D | vpu_api.h | 175 RK_S64 pts; /* with unit of us */ member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_packet.h | 56 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
H A D | mpp_frame.h | 333 void mpp_frame_set_pts(MppFrame frame, RK_S64 pts);
|
H A D | vpu_api.h | 173 RK_S64 pts; /* with unit of us */ member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_packet.h | 56 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_packet.h | 57 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 578 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 D | ADecEncNdkSample.cpp | 359 attr.pts = 0; in PushInbufferDec() 363 attr.pts = timeStampDec_; in PushInbufferDec() 618 attr.pts = timeStampEnc_; in PushInbufferEnc()
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingCanvasTest.cpp | 1107 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()
|