OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjCompressFromYUVPlanes
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/doc/html/search/
functions_74.js
8
['
tjcompressfromyuvplanes
',['
tjCompressFromYUVPlanes
',['../group___turbo_j_p_e_g.html#ga0b84c682d8accf097d7a743c965d3464',1,'turbojpeg.h']]],
all_74.js
13
['
tjcompressfromyuvplanes
',['
tjCompressFromYUVPlanes
',['../group___turbo_j_p_e_g.html#ga0b84c682d8accf097d7a743c965d3464',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
turbojpeg.h
809
DLLEXPORT int DLLCALL
tjCompressFromYUVPlanes
(tjhandle handle
[
all
...]
turbojpeg.c
1073
DLLEXPORT int DLLCALL
tjCompressFromYUVPlanes
(tjhandle handle,
1091
_throw("
tjCompressFromYUVPlanes
(): Instance has not been initialized for compression");
1096
_throw("
tjCompressFromYUVPlanes
(): Invalid argument");
1098
_throw("
tjCompressFromYUVPlanes
(): Invalid argument");
1138
_throw("
tjCompressFromYUVPlanes
(): Memory allocation failure");
1149
_throw("
tjCompressFromYUVPlanes
(): Memory allocation failure");
[
all
...]
turbojpeg-jni.c
344
if(
tjCompressFromYUVPlanes
(handle, srcPlanes, width, srcStrides, height,
[
all
...]
Completed in 50 milliseconds