Searched defs:srcFrame (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_utils.cpp | 266 static void CleanUpFilterGraph(AVFilterGraph **filterGraph, AVFrame **srcFrame, AVFrame **dstFrame) in CleanUpFilterGraph() 287 AVFilterContext *bufferSinkCtx, AVFrame *srcFrame, AVFrame *dstFrame) in ProcessFilterGraph() 386 AVFrame *srcFrame = av_frame_alloc(); in YuvCrop() local 456 AVFrame *srcFrame = av_frame_alloc(); in YuvScale() local 498 AVFrame *srcFrame, AVFrame *dstFrame) in RoatateUpDataDstdata() 525 AVFrame *srcFrame = av_frame_alloc(); in Rotate() local 589 static bool FlipUpDataDstdata(YuvImageInfo &srcInfo, uint8_t *dstData, AVFrame *srcFrame, AVFrame *… in FlipUpDataDstdata() 613 AVFrame *srcFrame = av_frame_alloc(); in YuvFlip() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 466 const GifByteType *srcFrame = savedImage->RasterBits; in PaddingData() local 476 void GifDecoder::CopyLine(const GifByteType *srcFrame, uint32_t *dstPixelMapBuffer, int32_t frameWi… in CopyLine()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert_utils.cpp | 161 AVFrame *srcFrame = av_frame_alloc(); in SoftDecode() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 129 AVFrame *srcFrame = av_frame_alloc(); in ConvertPixelFormat() local
|