Searched refs:dataCb (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DCpuConsumer.h65 uint8_t *dataCb; member in struct:android::CpuConsumer::LockedBuffer
/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...]
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp205 nativeBuffer->dataCb = reinterpret_cast<uint8_t*>(ycbcr.cb);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp475 const uint8_t *cbSrc = src.dataCb;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp364 buffer->dataCb :

Completed in 869 milliseconds