Home
last modified time | relevance | path

Searched refs:outputSurface (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h82 config_.outputSurface = surface; in SetOutputSurface()
95 config_.outputSurface = surface; in SetOutputSurface()
111 CHECK_AND_RETURN_RET_LOG(config_.outputSurface != nullptr, AVCS_ERR_INVALID_OPERATION, in Prepare()
120 ret = controller_->SetOutputSurface(config_.outputSurface); in Prepare()
192 config_.outputSurface = nullptr; in Release()
321 CHECK_AND_RETURN_LOG(config_.outputSurface != nullptr, "Output surface is null"); in SetOutputSurfaceTransform()
326 err = config_.outputSurface->SetTransform(GRAPHIC_ROTATE_NONE); in SetOutputSurfaceTransform()
329 err = config_.outputSurface->SetTransform(GRAPHIC_ROTATE_270); in SetOutputSurfaceTransform()
332 err = config_.outputSurface->SetTransform(GRAPHIC_ROTATE_180); in SetOutputSurfaceTransform()
335 err = config_.outputSurface in SetOutputSurfaceTransform()
[all...]
/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp427 sptr<Surface> outputSurface = surf; in HWTEST_F() local
429 ErrorCode result = imageEffect_->SetOutputSurface(outputSurface); in HWTEST_F()

Completed in 3 milliseconds