Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp435 GSError allocRes = dstSurfaceBuffer->Alloc(requestConfig); in GenerateAlignmentAvBuffer() local
436 CHECK_AND_RETURN_RET_LOG(allocRes == 0, nullptr, "Alloc surfaceBuffer failed, ecode %{public}d", allocRes); in GenerateAlignmentAvBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp708 uint32_t allocRes = SUCCESS; in RedirectOutputBuffer() local
711 allocRes = AllocMemory(context, gifPtr_); in RedirectOutputBuffer()
713 return (allocRes != SUCCESS) ? allocRes : ERR_IMAGE_DATA_ABNORMAL; in RedirectOutputBuffer()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp486 GSError allocRes = dstSurfaceBuffer->Alloc(requestConfig); in CopySurfaceBuffer() local
487 CHECK_AND_RETURN_RET_LOG(allocRes == 0, nullptr, "Alloc surfaceBuffer failed, ecode %{public}d", allocRes); in CopySurfaceBuffer()

Completed in 5 milliseconds