Searched refs:dataCr (Results 1 - 6 of 6) 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...]
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp200 nativeBuffer->dataCr = reinterpret_cast<uint8_t*>(ycbcr.cr);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp476 const uint8_t *crSrc = src.dataCr;
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp676 buffer->dataCr;
897 outputImage->dataCr = reinterpret_cast<uint8_t*>(ycbcr.cr);
/frameworks/av/media/ndk/
H A DNdkImage.cpp445 : mLockedBuffer->dataCr;

Completed in 152 milliseconds