OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripSource
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/img_utils/src/
StripSource.cpp
17
#include <img_utils/
StripSource
.h>
22
StripSource
::~
StripSource
() {}
Android.mk
34
StripSource
.cpp \
TiffWriter.cpp
59
status_t TiffWriter::write(Output* out,
StripSource
** sources, size_t sourcesCount,
/frameworks/av/media/img_utils/include/img_utils/
StripSource.h
33
class ANDROID_API
StripSource
{
35
virtual ~
StripSource
();
TiffWriter.h
21
#include <img_utils/
StripSource
.h>
93
virtual status_t write(Output* out,
StripSource
** sources, size_t sourcesCount,
167
* Call this before using a
StripSource
as an input to write.
/frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp
40
#include <img_utils/
StripSource
.h>
539
*
StripSource
subclass for Input types.
544
class InputStripSource : public
StripSource
, public LightRefBase<InputStripSource> {
673
*
StripSource
subclass for direct buffer types.
678
class DirectStripSource : public
StripSource
, public LightRefBase<DirectStripSource> {
[
all
...]
Completed in 515 milliseconds