Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2820 const uint8_t *yuvPlane = sourceStreamPtr_->GetDataPtr(); in ConvertYUV420ToRGBA() local
2836 const uint8_t y = (ypos < yuvSize) ? yuvPlane[ypos] : 0; in ConvertYUV420ToRGBA()
2837 const uint8_t u = (upos < yuvSize) ? yuvPlane[upos] : 0; in ConvertYUV420ToRGBA()
2838 const uint8_t v = (vpos < yuvSize) ? yuvPlane[vpos] : 0; in ConvertYUV420ToRGBA()