Searched defs:dataCr (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DCpuConsumer.h68 uint8_t *dataCr; member in struct:android::CpuConsumer::LockedBuffer
86 dataCr(NULL),
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c1626 u8 *dataCr,
1641 ASSERT(dataCr);
1660 FilterVerChromaEdge(dataCr, tmp[0].left, thresholds + LEFT, width);
1666 FilterVerChromaEdge(dataCr+2*width, tmp[4].left, thresholds + LEFT,
1673 FilterVerChromaEdge(dataCr+4, tmp[2].left, thresholds + INNER,
1680 FilterVerChromaEdge(dataCr+2*width+4, tmp[6].left,
1695 FilterHorChroma(dataCr, tmp[0].top, thresholds+offset,
1705 FilterHorChromaEdge(dataCr, tmp[0].top, thresholds+offset,
1712 FilterHorChromaEdge(dataCr+2, tmp[1].top, thresholds+offset,
1719 FilterHorChromaEdge(dataCr
1624 FilterChroma( u8 *dataCb, u8 *dataCr, bS_t *bS, edgeThreshold_t *thresholds, u32 width) argument
[all...]

Completed in 514 milliseconds