HomeSort by relevance Sort by last modified time
    Searched defs:rValue (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 43 void*& rValue) const {
65 rValue = pAssocRet->value;
67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const {
73 rValue = pAssoc->value;
246 void*& rValue) const {
253 rValue = *(void**)(pKey + 1);
272 void* rValue = *(void**)(pKey + 1);
279 return rValue;
284 return rValue;
292 void*& rValue) const
    [all...]
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 401 uint8_t rValue;
404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);
406 fprintf(fp, "%d %d %d\n", (int32_t)rValue, (int32_t)gValue, (int32_t)bValue);