Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ImageFormat
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_utils_lite/hals/
H
A
D
hal_camera.h
62
}
ImageFormat
;
typedef
74
ImageFormat
format;
89
ImageFormat
format; /**< the format of memory */
123
ImageFormat
format; // 只支持YUV
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H
A
D
image_format.h
21
enum class
ImageFormat
: int32_t {
class
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
device_gles.cpp
425
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_SRGB_R8[] = {
433
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_SRGB_RG8[] = {
441
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_SRGB[] = {
455
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_BGRA[] = {
462
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_NORM16[] = {
484
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_S3TC[] = {
498
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_BPTC[] = {
512
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_EXT_RGTC[] = {
524
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMATS_FALLBACK[] = {
559
static constexpr DeviceGLES::
ImageFormat
IMAGE_FORMAT
[all...]
H
A
D
device_gles.h
77
struct
ImageFormat
{
struct in final
241
const
ImageFormat
& GetGlImageFormat(BASE_NS::Format format) const;
304
BASE_NS::vector<
ImageFormat
> supportedFormats_;
H
A
D
gpu_image_gles.cpp
46
GpuImagePlatformDataGL ConvertFormat(const DeviceGLES::
ImageFormat
& fmt)
in ConvertFormat()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
native_image.cpp
64
if (format == int32_t(
ImageFormat
::YCBCR_422_SP) ||
in IsYUV422SPFormat()
155
case int32_t(
ImageFormat
::YCBCR_422_SP):
in SplitSurfaceToComponent()
158
case int32_t(
ImageFormat
::JPEG):
in SplitSurfaceToComponent()
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_device.cpp
55
AvCodecMime ConverFormat(
ImageFormat
format)
in ConverFormat()
311
static
ImageFormat
Convert2HalImageFormat(uint32_t format)
in Convert2HalImageFormat()
722
ImageFormat
halImageFormat = Convert2HalImageFormat(imageFormat);
in SetFrameConfig()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_napi.cpp
544
static inline bool IsEqual(const int32_t& check,
ImageFormat
format)
in IsEqual()
560
return (IsEqual(format,
ImageFormat
::YCBCR_422_SP) ||
in IsYUV422SPImage()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_napi.cpp
553
static inline bool IsEqual(const int32_t& check,
ImageFormat
format)
in IsEqual()
569
return (IsEqual(format,
ImageFormat
::YCBCR_422_SP) ||
in IsYUV422SPImage()
Completed in 9 milliseconds