OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpeg
(Results
301 - 325
of
1412
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
43
/* define max num of supported concurrent
jpeg
jobs by OMX engine.
98
CDBG_ERROR("%s:%d]
jpeg
abort", __func__, __LINE__); \
440
* Create a
jpeg
encode session
464
"OMX.qcom.image.
jpeg
.encoder",
484
* Destroy a
jpeg
encode session
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java
98
// now encode/decode using
JPEG
and PNG
102
mJPEG[i] = codec(mBitmaps[i], Bitmap.CompressFormat.
JPEG
, 80);
/external/chromium/chrome/browser/extensions/
extension_tabs_module_constants.cc
42
const char kFormatValueJpeg[] = "
jpeg
";
44
const char kMimeTypeJpeg[] = "image/
jpeg
";
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc
54
const char kFormatValueJpeg[] = "
jpeg
";
56
const char kMimeTypeJpeg[] = "image/
jpeg
";
/external/jpeg/
jmemansi.c
5
* This file is part of the Independent
JPEG
Group's software.
9
* dependent portion of the
JPEG
memory manager. This implementation
/external/qemu/distrib/jpeg-6b/
jmemansi.c
5
* This file is part of the Independent
JPEG
Group's software.
9
* dependent portion of the
JPEG
memory manager. This implementation
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java
72
formats.add(ImageFormat.
JPEG
);
80
formats.add(ImageFormat.
JPEG
);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CameraParametersTest.java
78
parameters.setPreviewFormat(ImageFormat.
JPEG
);
79
assertThat(shadowParameters.getPreviewFormat(), equalTo(ImageFormat.
JPEG
));
/frameworks/av/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h
110
//#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support
JPEG
format in still picture api */
119
//#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support
JPEG
format in still picture api */
/frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp
106
printf("Decoding
jpeg
with libjpeg...\n");
110
printf("\nDecoding
jpeg
with OMX...\n");
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java
30
* This class provides a way to replace the Exif header of a
JPEG
image.
35
* public static void writeExif(byte[]
jpeg
, ExifData exif, String path) {
42
* // Write the original
jpeg
out, the header will be add into the file.
43
* eos.write(
jpeg
);
91
* Sets the ExifData to be written into the
JPEG
file. Should be called
114
* Writes the image out. The input data should be a valid
JPEG
format. After
147
throw new IOException("Not a valid
jpeg
image, cannot write exif");
192
* Writes the one bytes out. The input data should be a valid
JPEG
format.
/hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp
139
HAL_PIXEL_FORMAT_BLOB)); //
JPEG
180
// Required
JPEG
sizes
/packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java
30
* This class provides a way to replace the Exif header of a
JPEG
image.
35
* public static void writeExif(byte[]
jpeg
, ExifData exif, String path) {
42
* // Write the original
jpeg
out, the header will be add into the file.
43
* eos.write(
jpeg
);
91
* Sets the ExifData to be written into the
JPEG
file. Should be called
114
* Writes the image out. The input data should be a valid
JPEG
format. After
147
throw new IOException("Not a valid
jpeg
image, cannot write exif");
192
* Writes the one bytes out. The input data should be a valid
JPEG
format.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java
30
* This class provides a way to replace the Exif header of a
JPEG
image.
35
* public static void writeExif(byte[]
jpeg
, ExifData exif, String path) {
42
* // Write the original
jpeg
out, the header will be add into the file.
43
* eos.write(
jpeg
);
91
* Sets the ExifData to be written into the
JPEG
file. Should be called
114
* Writes the image out. The input data should be a valid
JPEG
format. After
147
throw new IOException("Not a valid
jpeg
image, cannot write exif");
192
* Writes the one bytes out. The input data should be a valid
JPEG
format.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java
98
throw new IOException("Error to writing
jpeg
headers.");
111
throw new IOException("Error writing
jpeg
stream");
/packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifOutputStream.java
30
* This class provides a way to replace the Exif header of a
JPEG
image.
35
* public static void writeExif(byte[]
jpeg
, ExifData exif, String path) {
42
* // Write the original
jpeg
out, the header will be add into the file.
43
* eos.write(
jpeg
);
91
* Sets the ExifData to be written into the
JPEG
file. Should be called
114
* Writes the image out. The input data should be a valid
JPEG
format. After
147
throw new IOException("Not a valid
jpeg
image, cannot write exif");
192
* Writes the one bytes out. The input data should be a valid
JPEG
format.
/packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java
30
* This class provides a way to replace the Exif header of a
JPEG
image.
35
* public static void writeExif(byte[]
jpeg
, ExifData exif, String path) {
42
* // Write the original
jpeg
out, the header will be add into the file.
43
* eos.write(
jpeg
);
91
* Sets the ExifData to be written into the
JPEG
file. Should be called
114
* Writes the image out. The input data should be a valid
JPEG
format. After
147
throw new IOException("Not a valid
jpeg
image, cannot write exif");
192
* Writes the one bytes out. The input data should be a valid
JPEG
format.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample
10
JPEG
= -ljpeg
23
imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(
JPEG
) $(DEBUG)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample
10
JPEG
= -ljpeg
23
imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(
JPEG
) $(DEBUG)
/external/chromium_org/chrome/browser/
image_decoder.h
39
ROBUST_JPEG_CODEC, // Restrict decoding to robust
jpeg
codec.
/external/chromium_org/third_party/icu/source/test/letest/
gendata.vcxproj.filters
14
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;
jpeg
;jpe</Extensions>
letest.vcxproj.filters
14
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;
jpeg
;jpe</Extensions>
/external/chromium_org/third_party/icu/source/tools/ctestfw/
ctestfw.vcxproj.filters
14
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;
jpeg
;jpe</Extensions>
/external/icu4c/test/letest/
gendata.vcxproj.filters
14
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;
jpeg
;jpe</Extensions>
letest.vcxproj.filters
14
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;
jpeg
;jpe</Extensions>
Completed in 2231 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>