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:colorSpace
(Results
1 - 7
of
7
) sorted by relevance
/interface/sdk_c/multimedia/camera_framework/
H
A
D
capture_session.h
812
* @param
colorSpace
the supported {@link OH_NativeBuffer_ColorSpace} list to be filled if the method call succeeds.
820
OH_NativeBuffer_ColorSpace**
colorSpace
, uint32_t* size);
826
* @param
colorSpace
the target {@link OH_NativeBuffer_ColorSpace} list to be deleted if the method call succeeds.
832
OH_NativeBuffer_ColorSpace*
colorSpace
);
838
* @param
colorSpace
the current {@link OH_NativeBuffer_ColorSpace} .
845
OH_NativeBuffer_ColorSpace*
colorSpace
);
851
* @param
colorSpace
the target {@link OH_NativeBuffer_ColorSpace} to set.
858
OH_NativeBuffer_ColorSpace
colorSpace
);
/interface/sdk_c/graphic/graphic_2d/native_buffer/
H
A
D
native_buffer.h
416
* @param
colorSpace
Indicates the color space of native buffer, see <b>OH_NativeBuffer_ColorSpace</b>.
421
int32_t OH_NativeBuffer_SetColorSpace(OH_NativeBuffer *buffer, OH_NativeBuffer_ColorSpace
colorSpace
);
429
* @param
colorSpace
Indicates the color space of native buffer, see <b>OH_NativeBuffer_ColorSpace</b>.
432
* {@link NATIVE_ERROR_BUFFER_STATE_INVALID} 41207000 - Incorrect
colorSpace
state.
436
int32_t OH_NativeBuffer_GetColorSpace(OH_NativeBuffer *buffer, OH_NativeBuffer_ColorSpace *
colorSpace
);
/interface/sdk_c/graphic/graphic_2d/native_window/
H
A
D
external_window.h
802
* @param
colorSpace
Indicates the color space of native window, see <b>OH_NativeBuffer_ColorSpace</b>.
805
* {@link NATIVE_ERROR_BUFFER_STATE_INVALID} 41207000 - Incorrect
colorSpace
state.
809
int32_t OH_NativeWindow_SetColorSpace(OHNativeWindow *window, OH_NativeBuffer_ColorSpace
colorSpace
);
817
* @param
colorSpace
Indicates the color space of native window, see <b>OH_NativeBuffer_ColorSpace</b>.
820
* {@link NATIVE_ERROR_BUFFER_STATE_INVALID} 41207000 - Incorrect
colorSpace
state.
824
int32_t OH_NativeWindow_GetColorSpace(OHNativeWindow *window, OH_NativeBuffer_ColorSpace *
colorSpace
);
/interface/sdk_c/multimedia/video_processing_engine/
H
A
D
image_processing_types.h
154
int32_t
colorSpace
;
member
H
A
D
video_processing_types.h
126
int32_t
colorSpace
;
member
/interface/sdk_c/multimedia/image_framework/include/
H
A
D
image_source_mdk.h
295
int32_t
colorSpace
;
member
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H
A
D
vulkan_core.h
7599
VkColorSpaceKHR
colorSpace
;
member
Completed in 65 milliseconds