Home
last modified time | relevance | path

Searched refs:demo (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp79 AVCodecE2EDemoAPI10 *demo = static_cast<AVCodecE2EDemoAPI10*>(userData); in OnDecInputDataAvailable() local
81 OH_AVDemuxer_ReadSample(demo->demuxer, demo->videoTrackID, data, &info); in OnDecInputDataAvailable()
104 AVCodecE2EDemoAPI10 *demo = static_cast<AVCodecE2EDemoAPI10*>(userData); in OnDecOutputDataAvailable() local
112 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputDataAvailable()
115 sortFrame(codec, index, attr->pts, demo->frameDuration); in OnDecOutputDataAvailable()
134 AVCodecE2EDemoAPI10 *demo = static_cast<AVCodecE2EDemoAPI10*>(userData); in OnEncOutputDataAvailable() local
136 demo->isFinish.store(true); in OnEncOutputDataAvailable()
137 demo->waitCond.notify_all(); in OnEncOutputDataAvailable()
140 OH_AVMuxer_WriteSample(demo in OnEncOutputDataAvailable()
[all...]
H A Davcodec_e2e_demo.cpp69 AVCodecE2EDemo *demo = static_cast<AVCodecE2EDemo*>(userData); in OnDecInputBufferAvailable() local
70 OH_AVDemuxer_ReadSampleBuffer(demo->demuxer, demo->videoTrackID, buffer); in OnDecInputBufferAvailable()
83 AVCodecE2EDemo *demo = static_cast<AVCodecE2EDemo*>(userData); in OnDecOutputBufferAvailable() local
87 OH_VideoEncoder_NotifyEndOfStream(demo->enc); in OnDecOutputBufferAvailable()
108 AVCodecE2EDemo *demo = static_cast<AVCodecE2EDemo*>(userData); in OnEncOutputBufferAvailable() local
112 demo->isFinish.store(true); in OnEncOutputBufferAvailable()
113 demo->waitCond.notify_all(); in OnEncOutputBufferAvailable()
116 OH_AVMuxer_WriteSampleBuffer(demo->muxer, demo in OnEncOutputBufferAvailable()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/demo/
H A Dheif_hw_decoder_demo.cpp27 HeifHwDecoderFlow demo; in main() local
28 (void)demo.Run(opt); in main()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/demo/
H A Djpeg_hw_decoder_demo.cpp25 JpegHwDecoderFlow demo; in main() local
26 (void)demo.Run(opt, true); in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dvideo_sink_decoder_demo.cpp188 auto demo = std::make_shared<VideoSinkDecoderDemo>(); in main() local
189 demo->StartVideoDecoder(); in main()
190 demo->StartPlayThread(); in main()
194 demo->StopVideoDecoder(); in main()
195 demo->StopPlayThread(); in main()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/unittest/
H A Djpeg_hw_decoder_test.cpp84 JpegHwDecoderFlow demo; in HWTEST_F() local
87 ret = demo.Run(opt, false); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp107 "targetBundle": "com.demo.hiworld.himusic",
108 "targetClass": "com.demo.hiworld.himusic.entry.MainAbility"
1205 pathStream_ << RESOURCE_ROOT_PATH << "demo.error_type";
1210 pathStream_ << RESOURCE_ROOT_PATH << "demo.";
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_gravity_demo.cpp54 // we can make this demo and run it on the device,
161 std::cout << "rs gravity demo start!" << std::endl; in main()
162 OHOS::Rosen::Test::RsSurfaceNodeGravityTestDemo demo; in main() local
163 demo.Run(); in main()
164 std::cout << "rs gravity demo end!" << std::endl; in main()
H A Drender_service_client_scale_demo.cpp49 // we can make this demo and run it on the device,
155 std::cout << "rs surface node scale demo start!" << std::endl; in main()
156 OHOS::Rosen::Test::RsSurfaceNodeScaleTestDemo demo; in main() local
157 demo.Run(); in main()
158 std::cout << "rs surface node scale demo end!" << std::endl; in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp265 std::shared_ptr<WfdSourceDemo> demo = std::make_shared<WfdSourceDemo>(); in TestOneByOne() local
266 if (!demo->CreateClient()) { in TestOneByOne()
284 demo->DoCmd(cmdMap[inputCmd]); in TestOneByOne()
H A Dwfd_sink_demo.cpp475 std::shared_ptr<WfdSinkDemo> demo = std::make_shared<WfdSinkDemo>(); in TestOneByOne() local
476 if (!demo->CreateClient()) { in TestOneByOne()
493 demo->DoCmd(cmdMap[inputCmd]); in TestOneByOne()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_decoder_inner_demo.h60 explicit AudioCodecConsumerListener(AudioDecInnerAvBufferDemo *demo);
H A Davcodec_audio_avbuffer_lbvc_encoder_inner_demo.h61 explicit AudioCodecConsumerListener(AudioEncInnerAvBufferLbvcDemo *demo);
H A Davcodec_audio_avbuffer_lbvc_decoder_inner_demo.h60 explicit AudioCodecConsumerListener(AudioDecInnerAvBufferLbvcDemo *demo);
H A Davcodec_audio_avbuffer_decoder_inner_demo.cpp69 AudioCodecConsumerListener::AudioCodecConsumerListener(AudioDecInnerAvBufferDemo *demo) in AudioCodecConsumerListener() argument
71 demo_ = demo; in AudioCodecConsumerListener()
H A Davcodec_audio_avbuffer_lbvc_decoder_inner_demo.cpp67 AudioCodecConsumerListener::AudioCodecConsumerListener(AudioDecInnerAvBufferLbvcDemo *demo) in AudioCodecConsumerListener() argument
69 demo_ = demo; in AudioCodecConsumerListener()
H A Davcodec_audio_avbuffer_lbvc_encoder_inner_demo.cpp67 AudioCodecConsumerListener::AudioCodecConsumerListener(AudioEncInnerAvBufferLbvcDemo *demo) in AudioCodecConsumerListener() argument
69 demo_ = demo; in AudioCodecConsumerListener()
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/
H A Daudio_decoder_avbuffer_vivid_inner_unit_test.cpp104 explicit AudioCodecConsumerListener(ADecVividInnerDemoApiEleven *demo);
117 AudioCodecConsumerListener::AudioCodecConsumerListener(ADecVividInnerDemoApiEleven *demo) in AudioCodecConsumerListener() argument
119 demo_ = demo; in AudioCodecConsumerListener()

Completed in 9 milliseconds