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

/frameworks/native/include/gui/
H A DCpuConsumer.h67 uint8_t *dataCb; member in struct:android::CpuConsumer::LockedBuffer
85 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...]
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp199 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_Utils.cpp675 buffer->dataCb :
896 outputImage->dataCb = reinterpret_cast<uint8_t*>(ycbcr.cb);
/frameworks/av/media/ndk/
H A DNdkImage.cpp444 : (planeIdx == 1) ? mLockedBuffer->dataCb

Completed in 3675 milliseconds