Searched refs:CopyLineData (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/ |
H A D | jpeg_yuvdata_converter.cpp | 90 static bool CopyLineData(uint8_t *dest, uint32_t destStride, const uint8_t *src, uint32_t srcStride) in CopyLineData() function 149 bool ret = CopyLineData(outY, dest.strides[YCOM], srcY, src.strides[YCOM]); in CopyYData() 156 bool ret = CopyLineData(outY, dest.strides[YCOM], srcY, src.strides[YCOM]); in CopyYData() 186 CopyLineData(outU, dest.strides[UCOM], srcU, src.strides[UCOM]); in I4xxToI420_c() 187 CopyLineData(outV, dest.strides[VCOM], srcV, src.strides[VCOM]); in I4xxToI420_c() 337 … CopyLineData(outY, dest.strides[YCOM], srcY, std::min(src.strides[YCOM], dest.strides[YCOM])); in I400ToI420_wrapper() 341 CopyLineData(outY, dest.strides[YCOM], srcY, src.strides[YCOM]); in I400ToI420_wrapper()
|