Home
last modified time | relevance | path

Searched refs:streamPtr (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp75 jpegDecoder->SetSource(*streamPtr.release());
96 jpegDecoder->SetSource(*streamPtr.release());
117 jpegDecoder->SetSource(*streamPtr.release());
138 jpegDecoder->SetSource(*streamPtr.release());
159 jpegDecoder->SetSource(*streamPtr.release());
180 jpegDecoder->SetSource(*streamPtr.release());
201 jpegDecoder->SetSource(*streamPtr.release());
222 jpegDecoder->SetSource(*streamPtr.release());
243 jpegDecoder->SetSource(*streamPtr.release());
264 jpegDecoder->SetSource(*streamPtr.release());
[all …]
H A Djpeg_decoder_test.cpp74 jpegDecoder->SetSource(*streamPtr.release());
112 jpegDecoder->SetSource(*streamPtr.release());
187 jpegDecoder->SetSource(*streamPtr.release());
206 jpegDecoder->SetSource(*streamPtr.release());
263 jpegDecoder->SetSource(*streamPtr.release());
282 jpegDecoder->SetSource(*streamPtr.release());
301 jpegDecoder->SetSource(*streamPtr.release());
339 jpegDecoder->SetSource(*streamPtr.release());
358 jpegDecoder->SetSource(*streamPtr.release());
394 jpegDecoder->SetSource(*streamPtr.release());
[all …]
H A Dsvg_decoder_test.cpp43 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
45 svgDecoder->SetSource(*streamPtr.release());
65 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
66 svgDecoder->SetSource(*streamPtr.release());
161 svgDecoder->SetSource(*streamPtr.release());
185 svgDecoder->SetSource(*streamPtr.release());
203 svgDecoder->SetSource(*streamPtr.release());
245 svgDecoder->SetSource(*streamPtr.release());
267 svgDecoder->SetSource(*streamPtr.release());
285 svgDecoder->SetSource(*streamPtr.release());
[all …]
H A Draw_decoder_test.cpp46 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
48 rawDecoder->SetSource(*streamPtr.release());
68 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
69 rawDecoder->SetSource(*streamPtr.release());
293 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
294 rawDecoder->SetSource(*streamPtr.release());
318 rawDecoder->SetSource(*streamPtr.release());
336 rawDecoder->SetSource(*streamPtr.release());
423 rawDecoder->SetSource(*streamPtr.release());
462 rawDecoder->SetSource(*streamPtr.release());
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_decoder_test.cpp43 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
45 gifDecoder->SetSource(*streamPtr.release());
140 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
141 gifDecoder->SetSource(*streamPtr.release());
161 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
162 gifDecoder->SetSource(*streamPtr.release());
203 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
204 gifDecoder->SetSource(*streamPtr.release());
223 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
224 gifDecoder->SetSource(*streamPtr.release());
[all …]
H A Dwebp_decoder_test.cpp46 webpDecoder->SetSource(*streamPtr.release());
67 webpDecoder->SetSource(*streamPtr.release());
183 webpDecoder->SetSource(*streamPtr.release());
207 webpDecoder->SetSource(*streamPtr.release());
225 webpDecoder->SetSource(*streamPtr.release());
267 webpDecoder->SetSource(*streamPtr.release());
289 webpDecoder->SetSource(*streamPtr.release());
307 webpDecoder->SetSource(*streamPtr.release());
328 webpDecoder->SetSource(*streamPtr.release());
350 webpDecoder->SetSource(*streamPtr.release());
[all …]
H A Dbmp_decoder_test.cpp45 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
47 bmpDecoder->SetSource(*streamPtr.release());
67 auto streamPtr = BufferSourceStream::CreateSourceStream(data.get(), size); variable
68 bmpDecoder->SetSource(*streamPtr.release());
182 bmpDecoder->SetSource(*streamPtr.release());
206 bmpDecoder->SetSource(*streamPtr.release());
224 bmpDecoder->SetSource(*streamPtr.release());
308 bmpDecoder->SetSource(*streamPtr.release());
330 bmpDecoder->SetSource(*streamPtr.release());
392 bmpDecoder->SetSource(*streamPtr.release());
[all …]
H A Dext_decoder_test.cpp326 std::unique_ptr<FileSourceStream> streamPtr = FileSourceStream::CreateSourceStream(fd); variable
327 ASSERT_NE(streamPtr, nullptr);
328 extDecoder->SetSource(*streamPtr);
631 ASSERT_NE(streamPtr, nullptr);
632 extDecoder->SetSource(*streamPtr);
830 ASSERT_NE(streamPtr, nullptr);
831 extDecoder->SetSource(*streamPtr);
894 ASSERT_NE(streamPtr, nullptr);
895 extDecoder->SetSource(*streamPtr);
928 ASSERT_NE(streamPtr, nullptr);
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp50 pngDecoder->SetSource(*streamPtr.release());
71 pngDecoder->SetSource(*streamPtr.release());
188 pngDecoder->SetSource(*streamPtr.release());
212 pngDecoder->SetSource(*streamPtr.release());
230 pngDecoder->SetSource(*streamPtr.release());
292 pngDecoder->SetSource(*streamPtr.release());
314 pngDecoder->SetSource(*streamPtr.release());
336 pngDecoder->SetSource(*streamPtr.release());
358 pngDecoder->SetSource(*streamPtr.release());
380 pngDecoder->SetSource(*streamPtr.release());
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp381 auto streamPtr = stream(); in DoImageSourceCreate() local
382 if (streamPtr == nullptr) { in DoImageSourceCreate()
434 if (streamPtr == nullptr) { in CreateImageSource()
437 if (streamPtr == nullptr) { in CreateImageSource()
440 return streamPtr; in CreateImageSource()
457 if (streamPtr == nullptr) { in CreateImageSource()
460 if (streamPtr == nullptr) { in CreateImageSource()
463 return streamPtr; in CreateImageSource()
478 return streamPtr; in CreateImageSource()
494 return streamPtr; in CreateImageSource()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp219 sptr<IStreamRepeat> streamPtr = nullptr; in CreateStream() local
224 …CameraManager::GetInstance()->CreateVideoOutputStream(streamPtr, *videoProfile, GetBufferProducer(… in CreateStream()
227 SetStream(streamPtr); in CreateStream()
H A Dpreview_output.cpp345 sptr<IStreamRepeat> streamPtr = nullptr; in CreateStream() local
350 …CameraManager::GetInstance()->CreatePreviewOutputStream(streamPtr, *previewProfile, GetBufferProdu… in CreateStream()
351 SetStream(streamPtr); in CreateStream()
H A Dphoto_output.cpp649 sptr<IStreamCapture> streamPtr = nullptr; in CreateStream() local
654 …int32_t res = CameraManager::GetInstance()->CreatePhotoOutputStream(streamPtr, *photoProfile, GetB… in CreateStream()
657 SetStream(streamPtr); in CreateStream()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h674 … sptr<IStreamRepeat>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
677 … sptr<IStreamRepeat>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
680 … sptr<IStreamCapture>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp602 sptr<IStreamRepeat>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer) in CreatePreviewOutputStream() argument
613 producer, metaFormat, profile.GetSize().width, profile.GetSize().height, streamPtr); in CreatePreviewOutputStream()
620 sptr<IStreamCapture>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer) in CreatePhotoOutputStream() argument
632 producer, metaFormat, profile.GetSize().width, profile.GetSize().height, streamPtr); in CreatePhotoOutputStream()
789 sptr<IStreamRepeat>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer) in CreateVideoOutputStream() argument
802 producer, metaFormat, profile.GetSize().width, profile.GetSize().height, streamPtr); in CreateVideoOutputStream()