Searched refs:samplesPerPixel (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/libvncclient/ |
D | vncviewer.c | 139 rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel, in rfbGetClient() argument 165 client->format.depth = bitsPerSample*samplesPerPixel; in rfbGetClient()
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 277 void SetSampleInfo (uint32 samplesPerPixel,
|
D | dng_xmp.cpp | 4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel, in SetSampleInfo() argument 4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel); in SetSampleInfo() 4296 for (uint32 j = 0; j < samplesPerPixel; j++) in SetSampleInfo()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 600 rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel,int bytesPerPixel);
|
D | rfb.h | 1030 int width,int height,int bitsPerSample,int samplesPerPixel, 1035 int width,int height, int bitsPerSample,int samplesPerPixel,
|
/external/libvncserver/libvncserver/ |
D | main.c | 810 int width,int height,int bitsPerSample,int samplesPerPixel, in rfbGetScreen() argument 942 int bitsPerSample, int samplesPerPixel, in rfbNewFramebuffer() argument
|