Home
last modified time | relevance | path

Searched refs:gsRet (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_surface_memory.cpp135 GSError gsRet = surfaceBuffer_->WriteToMessageParcel(bufferParcel); in WriteToMessageParcel() local
136 FALSE_RETURN_V_MSG_E(gsRet == GSERROR_OK, false, "Write message parcel failed!, %{public}s", in WriteToMessageParcel()
137 GSErrorStr(gsRet).c_str()); in WriteToMessageParcel()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h311 GSError gsRet = surface->SetSurfaceSourceType(OHSurfaceSource::OH_SURFACE_SOURCE_VIDEO); in SetDecoderInputSurface() local
312 EXPECT_AND_LOGW(gsRet != GSERROR_OK, "Set surface source type failed, %{public}s", GSErrorStr(gsRet).c_str()); in SetDecoderInputSurface()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp505 GSError gsRet = window->surface->Disconnect(); in OH_VideoDecoder_SetSurface() local
506 EXPECT_AND_LOGI(gsRet != GSERROR_OK, "Disconnect failed!, %{public}s", GSErrorStr(gsRet).c_str()); in OH_VideoDecoder_SetSurface()

Completed in 3 milliseconds