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:IsYuvFormat
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv_ext.cpp
108
if (!
IsYuvFormat
()) {
in scale()
128
if (!
IsYuvFormat
()) {
in scale()
203
if (!
IsYuvFormat
() || degrees == 0) {
in rotate()
247
if (!
IsYuvFormat
() || (xAxis == false && yAxis == false)) {
in flip()
344
if (!
IsYuvFormat
()) {
in ApplyColorSpace()
H
A
D
pixel_yuv.cpp
286
if (!
IsYuvFormat
() || degrees == 0) {
in rotate()
331
!
IsYuvFormat
()) {
in crop()
387
if (!
IsYuvFormat
()) {
in scale()
427
if (!
IsYuvFormat
()) {
in scale()
464
if (!
IsYuvFormat
()) {
in flip()
559
if (!
IsYuvFormat
()) {
in WritePixels()
641
if (!
IsYuvFormat
()) {
in ReadPixels()
683
if (!
IsYuvFormat
() || (xAxis == 0 && yAxis == 0)) {
in translate()
732
if (!
IsYuvFormat
() || data_ == nullptr) {
in WritePixels()
742
if (!
IsYuvFormat
() || (po
in WritePixel()
[all...]
H
A
D
pixel_map.cpp
2324
if (
IsYuvFormat
()) {
in WriteYuvDataInfoToParcel()
2474
if (
IsYuvFormat
()) {
in ReadYuvDataInfoFromParcel()
2957
bool PixelMap::
IsYuvFormat
(PixelFormat format)
in IsYuvFormat()
function in OHOS::Media::PixelMap
2963
bool PixelMap::
IsYuvFormat
() const
in IsYuvFormat()
function in OHOS::Media::PixelMap
2965
return
IsYuvFormat
(imageInfo_.pixelFormat);
in IsYuvFormat()
2970
if (PixelMap::
IsYuvFormat
(format)) {
in AssignYuvDataOnType()
2988
if (PixelMap::
IsYuvFormat
(format)) {
in UpdateYUVDataInfo()
/foundation/multimedia/av_codec/services/engine/common/include/
H
A
D
codec_utils.h
74
bool
IsYuvFormat
(VideoPixelFormat &format);
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H
A
D
ffmpeg_utils.h
103
bool
IsYuvFormat
(AVPixelFormat format);
H
A
D
ffmpeg_utils.cpp
463
bool
IsYuvFormat
(AVPixelFormat format)
in IsYuvFormat()
function
/foundation/multimedia/av_codec/services/engine/common/
H
A
D
codec_utils.cpp
164
if (
IsYuvFormat
(pixFmt)) {
in WriteSurfaceData()
194
if (
IsYuvFormat
(pixFmt)) {
in WriteBufferData()
271
bool
IsYuvFormat
(VideoPixelFormat &format)
in IsYuvFormat()
function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H
A
D
picture.cpp
124
static bool
IsYuvFormat
(PixelFormat format)
in IsYuvFormat()
function
259
if (
IsYuvFormat
(pixelFormat)) {
in SurfaceBuffer2PixelMap()
283
if (
IsYuvFormat
(pixelFormat)) {
in SurfaceBuffer2PixelMap()
H
A
D
auxiliary_generator.cpp
146
if (ImageSource::
IsYuvFormat
(context.pixelFormat)) {
in CreatePixelMapByContext()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H
A
D
ffmpeg_vid_enc_config.cpp
114
if (
IsYuvFormat
(codecContext.pix_fmt)) {
in SetDefaultColorimetry()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
420
static bool
IsYuvFormat
(PixelFormat format);
483
bool
IsYuvFormat
() const;
H
A
D
image_source.h
255
NATIVEEXPORT static bool
IsYuvFormat
(PixelFormat format);
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H
A
D
video_ffmpeg_decoder_plugin.cpp
729
if (
IsYuvFormat
(newFormat)) {
in FillFrameBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
905
bool ImageSource::
IsYuvFormat
(PixelFormat format)
988
if (
IsYuvFormat
(plInfo.pixelFormat)) {
2365
if (
IsYuvFormat
(info.pixelFormat)) {
3640
if (!
IsYuvFormat
(format)) {
Completed in 21 milliseconds