Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h65 void convertP010ToYUV420Planar16(uint16_t *dstY, uint16_t *dstU, uint16_t *dstV,
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp966 convertP010ToYUV420Planar16(dstY, dstU, dstV, (uint16_t*)(rView->data()[0]), in process()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp429 void convertP010ToYUV420Planar16(uint16_t *dstY, uint16_t *dstU, uint16_t *dstV, in convertP010ToYUV420Planar16() function