Searched defs:samplesPerPixel (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/libvncclient/
H A Dvncviewer.c139 rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel, argument
165 client->format.depth = bitsPerSample*samplesPerPixel;
/external/libvncserver/libvncserver/
H A Dmain.c810 int width,int height,int bitsPerSample,int samplesPerPixel,
942 int bitsPerSample, int samplesPerPixel,
809 rfbGetScreen(int* argc,char** argv, int width,int height,int bitsPerSample,int samplesPerPixel, int bytesPerPixel) argument
940 rfbNewFramebuffer(rfbScreenInfoPtr screen, char *framebuffer, int width, int height, int bitsPerSample, int samplesPerPixel, int bytesPerPixel) argument
/external/dng_sdk/source/
H A Ddng_xmp.cpp4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel, argument
4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel);
4296 for (uint32 j = 0; j < samplesPerPixel; j++)

Completed in 113 milliseconds