Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
Dfunc_test.cpp75 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
93 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
112 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
131 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
150 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
170 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
190 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
210 shared_ptr<HDRCodecNdkSample> sample = make_shared<HDRCodecNdkSample>(); variable
Dhdrcodec_ndk_sample.cpp50 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecInputDataReady() local
61 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecOutputDataReady() local
72 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VdecError() local
79 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample *>(userData); in VencError() local
100 HDRCodecNdkSample *sample = static_cast<HDRCodecNdkSample*>(userData); in VencOutputDataReady() local
163 static int32_t RepeatCallStartFlush(HDRCodecNdkSample *sample) in RepeatCallStartFlush()
187 static int32_t RepeatCallStartStop(HDRCodecNdkSample *sample) in RepeatCallStartStop()
211 static int32_t RepeatCallStartFlushStop(HDRCodecNdkSample *sample) in RepeatCallStartFlushStop()
/test/xts/acts/multimedia/videoProcess/detail_enhancer_video_ndk/src/
Dvideo_sample.cpp45 explicit TestConsumerListener(VideoSample *sample) : sample_(sample) {}; in TestConsumerListener()
58 VideoSample* sample = reinterpret_cast<VideoSample*>(userData); in OnError() local
64 VideoSample* sample = reinterpret_cast<VideoSample*>(userData); in OnState() local
72 VideoSample* sample = reinterpret_cast<VideoSample*>(userData); in OnNewOutputBufferCall() local
81 VideoSample* sample = reinterpret_cast<VideoSample*>(userData); in OnNewOutputBufferCallImpl() local
Ddetail_enhancer_video_ndk_unit_test.cpp1187 std::unique_ptr<VideoSample> sample = std::make_unique<VideoSample>(); variable
1200 std::unique_ptr<VideoSample> sample = std::make_unique<VideoSample>(); variable
1214 std::unique_ptr<VideoSample> sample = std::make_unique<VideoSample>(); variable
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Dnativeavmuxerndk.cpp78 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetRotation() local
116 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetFormat() local
150 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStart() local
191 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStop() local
232 OH_AVMemory *sample = OH_AVMemory_Create(TWOTWOVAL); in OHAVMuxerWriteSample() local
272 OH_AVBuffer *sample = OH_AVBuffer_Create(TWOTWOVAL); in OHAVMuxerWriteSampleBuffer() local
314 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerAddTrack() local
396 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetRotationAbnormal() local
434 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerSetFormatAbnormal() local
468 OH_AVMemory *sample = OH_AVMemory_Create(ONEONEVAL); in OHAVMuxerStartAbnormal() local
[all …]
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerAudioTest.cpp110 TestSample *sample = (TestSample *)arg; in StreamProcess() local