Home
last modified time | relevance | path

Searched defs:inputSurface (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_unit_test.cpp170 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
181 sptr<Surface> inputSurface = CreateConsumerSurface(); variable
207 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
220 sptr<Surface> inputSurface = CreateProducerSurface(); variable
232 sptr<Surface> inputSurface = CreateConsumerSurface(); variable
889 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
930 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
955 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
992 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
1011 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
[all …]
H A Dhdecoder_unit_test.cpp366 sptr<Surface> inputSurface = testObj->CreateInputSurface(); variable
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp432 sptr<Surface> inputSurface = imageEffect_->GetInputSurface(); variable
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp277 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface() local
H A DComponent.cpp307 const sp<IInputSurface>& inputSurface, in connectToInputSurface()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_resize_filter.cpp203 sptr<Surface> inputSurface = videoEnhancer_->GetInputSurface(); in GetInputSurface() local
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp276 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface() local
H A DComponent.cpp307 const sp<IInputSurface>& inputSurface, in connectToInputSurface()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp777 std::shared_ptr<InputSurface>* const inputSurface) { in createInputSurface()
1172 std::shared_ptr<Codec2Client::InputSurface> inputSurface; in CreateInputSurface() local
1590 const std::shared_ptr<InputSurface>& inputSurface, in connectToInputSurface()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp276 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface() local
H A DComponent.cpp307 const sp<IInputSurface>& inputSurface, in connectToInputSurface()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1522 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface() local
1634 sp<IInputSurface> inputSurface = IInputSurface::castFrom(hidlTarget); in setInputSurface() local
2502 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h193 virtual int32_t OnSetInputSurface(sptr<Surface> &inputSurface) { return AVCS_ERR_UNSUPPORT; } in OnSetInputSurface()
H A Dhencoder.cpp876 int32_t HEncoder::OnSetInputSurface(sptr<Surface> &inputSurface) in OnSetInputSurface()
H A Dhcodec.cpp235 sptr<Surface> inputSurface; in CreateInputSurface() local
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1093 binder::Status CameraDeviceClient::getInputSurface(/*out*/ view::Surface *inputSurface) { in getInputSurface()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java200 Surface inputSurface, int maxImages, in makeImageWriter()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp590 const sp<BufferProducerWrapper> &inputSurface) { in onInputSurfaceCreated()