HomeSort by relevance Sort by last modified time
    Searched refs:dstBits (Results 1 - 6 of 6) sorted by null

  /frameworks/native/include/media/editor/
II420ColorConverter.h 49 * @param dstBits (OUT) Pointer to the output I420 buffer
55 ARect decoderRect, void* dstBits);
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 26 void* srcBits, int srcWidth, int srcHeight, ARect srcRect, void* dstBits) {
38 uint8_t *pDst_y = (uint8_t *)dstBits;
68 void* dstBits) {
70 uint8_t *pDst_y = (uint8_t*) dstBits;
78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
  /external/compiler-rt/lib/
extendsfdf2.c 87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
88 const int dstExpBits = dstBits - dstSigBits - 1;
135 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
truncdfsf2.c 87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
88 const int dstExpBits = dstBits - dstSigBits - 1;
165 const dst_rep_t result = absResult | sign >> (srcBits - dstBits);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 41 void *dstBits,
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 84 void *dstBits,
98 dstBits,

Completed in 4279 milliseconds