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#gaa89a1982cb4556b12ae7af4439991af6',1,'turbojpeg.h']]],
all_74.js
13
['
tjcompressfromyuvplanes
',['
tjCompressFromYUVPlanes
',['../group___turbo_j_p_e_g.html#gaa89a1982cb4556b12ae7af4439991af6',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
turbojpeg.h
[
all
...]
turbojpeg.c
1044
DLLEXPORT int DLLCALL
tjCompressFromYUVPlanes
(tjhandle handle,
1061
_throw("
tjCompressFromYUVPlanes
(): Instance has not been initialized for compression");
1066
_throw("
tjCompressFromYUVPlanes
(): Invalid argument");
1068
_throw("
tjCompressFromYUVPlanes
(): Invalid argument");
1108
_throw("
tjCompressFromYUVPlanes
(): Memory allocation failure");
1119
_throw("
tjCompressFromYUVPlanes
(): Memory allocation failure");
1124
_throw("
tjCompressFromYUVPlanes
(): Memory allocation failure");
[
all
...]
turbojpeg-jni.c
339
if(
tjCompressFromYUVPlanes
(handle, srcPlanes, width, srcStrides, height,
[
all
...]
Completed in 88 milliseconds