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

/frameworks/native/include/gui/
H A DCpuConsumer.h66 uint8_t *dataCb; member in struct:android::CpuConsumer::LockedBuffer
84 dataCb(NULL),
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c1625 u8 *dataCb,
1640 ASSERT(dataCb);
1659 FilterVerChromaEdge(dataCb, tmp[0].left, thresholds + LEFT, width);
1664 FilterVerChromaEdge(dataCb+2*width, tmp[4].left, thresholds + LEFT,
1671 FilterVerChromaEdge(dataCb+4, tmp[2].left, thresholds + INNER,
1678 FilterVerChromaEdge(dataCb+2*width+4, tmp[6].left,
1693 FilterHorChroma(dataCb, tmp[0].top, thresholds+offset,
1703 FilterHorChromaEdge(dataCb, tmp[0].top, thresholds+offset,
1710 FilterHorChromaEdge(dataCb+2, tmp[1].top, thresholds+offset,
1717 FilterHorChromaEdge(dataCb
1624 FilterChroma( u8 *dataCb, u8 *dataCr, bS_t *bS, edgeThreshold_t *thresholds, u32 width) argument
[all...]

Completed in 235 milliseconds