OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubsamp
(Results
1 - 8
of
8
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java
170
public int
getSubsamp
() throws Exception {
172
return yuvImage.
getSubsamp
();
381
yuvImage.getStrides(), yuvImage.
getSubsamp
(), dstBuf, x, y,
476
if (jpegSubsamp != dstImage.
getSubsamp
())
688
yuvImage.getStrides(), yuvImage.
getSubsamp
(), dstBuf, x, y,
[
all
...]
TJCompressor.java
341
srcYUVImage.
getSubsamp
(),
435
dstImage.getStrides(), dstImage.
getSubsamp
(), flags);
439
dstImage.getStrides(), dstImage.
getSubsamp
(), flags);
YUVImage.java
375
public int
getSubsamp
() throws Exception {
/external/libjpeg-turbo/java/
TJExample.java
269
int inSubsamp = tjd.
getSubsamp
();
TJBench.java
444
subsamp = tjt.
getSubsamp
();
[
all
...]
TJUnitTest.java
729
tjd.
getSubsamp
() != subsamp)
[
all
...]
/external/libvncserver/common/
turbojpeg.c
259
static int
getSubsamp
(j_decompress_ptr dinfo)
710
*jpegSubsamp=
getSubsamp
(dinfo);
/external/libjpeg-turbo/
turbojpeg.c
332
static int
getSubsamp
(j_decompress_ptr dinfo)
[
all
...]
Completed in 67 milliseconds