Home
last modified time | relevance | path

Searched defs:uvPlane (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_encoder.cpp282 uint8_t *uvPlane = const_cast<uint8_t *>(data + yPlaneSize); in Yuv420spEncoder() local
309 void JpegEncoder::Deinterweave(uint8_t *uvPlane, uint8_t *uPlane, uint8_t *vPlane, uint32_t curRow,… in Deinterweave()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp2215 uint8_t *uvPlane = nullptr; variable