Searched refs:SetSurfaceParameter (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 140 void SetSurfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType);
|
H A D | hevc_decoder.cpp | 554 void HevcDecoder::SetSurfaceParameter(const Format &format, const std::string_view &formatKey, in SetSurfaceParameter() function in OHOS::MediaAVCodec::Codec::HevcDecoder 609 SetSurfaceParameter(format, it.first, it.second.type); in SetParameter()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.h | 125 void SetSurfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType);
|
H A D | fcodec.cpp | 527 void FCodec::SetSurfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType) in SetSurfaceParameter() function in OHOS::MediaAVCodec::Codec::FCodec 582 SetSurfaceParameter(format, it.first, it.second.type); in SetParameter()
|
Completed in 7 milliseconds