Home
last modified time | relevance | path

Searched refs:UpdateSurfaceMemory (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.h88 Status UpdateSurfaceMemory(std::shared_ptr<SurfaceMemory>& surfaceMemory, int64_t pts);
H A Dsurface_sink_plugin.cpp311 Status SurfaceSinkPlugin::UpdateSurfaceMemory(std::shared_ptr<SurfaceMemory>& surfaceMemory, int64_… in UpdateSurfaceMemory() function in OHOS::Media::Plugin::VidSurfaceSinkPlugin::SurfaceSinkPlugin
350 auto ret = UpdateSurfaceMemory(surfaceMemory, inputInfo->pts); in Write()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h112 int32_t UpdateSurfaceMemory(uint32_t index);
H A Dfcodec.cpp771 int32_t FCodec::UpdateSurfaceMemory(uint32_t index) in UpdateSurfaceMemory() function in OHOS::MediaAVCodec::Codec::FCodec
832 CHECK_AND_RETURN_RET_LOG((UpdateSurfaceMemory(index) == AVCS_ERR_OK), AVCS_ERR_NO_MEMORY, in CheckFormatChange()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h129 int32_t UpdateSurfaceMemory(uint32_t index);
H A Dhevc_decoder.cpp803 int32_t HevcDecoder::UpdateSurfaceMemory(uint32_t index) in UpdateSurfaceMemory() function in OHOS::MediaAVCodec::Codec::HevcDecoder
861 CHECK_AND_RETURN_RET_LOG((UpdateSurfaceMemory(index) == AVCS_ERR_OK), AVCS_ERR_NO_MEMORY, in CheckFormatChange()