Searched refs:gsRet (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_surface_memory.cpp | 135 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 D | post_processing.h | 311 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 D | native_video_decoder.cpp | 505 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