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:imgBufferSize
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/av_session/utils/include/
H
A
D
avsession_utils.h
50
size_t
imgBufferSize
= tempBuffer.size();
in WriteImageToFile()
local
51
SLOGI("write img to file with
imgBufferSize
=%{public}zu",
imgBufferSize
);
in WriteImageToFile()
52
if (
imgBufferSize
> MAX_FILE_SIZE ||
imgBufferSize
<= 0) {
in WriteImageToFile()
63
ofile.write((char*)&
imgBufferSize
, sizeof(size_t));
in WriteImageToFile()
64
SLOGI("write imgBuffer after write size %{public}zu",
imgBufferSize
);
in WriteImageToFile()
65
ofile.write((char*)(&(tempBuffer[0])),
imgBufferSize
);
in WriteImageToFile()
90
size_t
imgBufferSize
;
in ReadImageFromFile()
local
91
ifile.read((char*)&
imgBufferSize
, sizeo
in ReadImageFromFile()
[all...]
/foundation/multimedia/av_session/frameworks/native/session/src/
H
A
D
avsession_pixel_map_adapter.cpp
45
uint16_t
imgBufferSize
= static_cast<uint16_t>(innerImgBuffer[0]);
in ConvertFromInner()
local
46
imgBufferSize
= (
imgBufferSize
<< OFFSET_BYTE) + innerImgBuffer[1];
in ConvertFromInner()
48
if (
imgBufferSize
> sizeof(Media::ImageInfo)) {
in ConvertFromInner()
49
SLOGE("
imgBufferSize
greater than %{public}zu", sizeof(Media::ImageInfo));
in ConvertFromInner()
55
innerImgBuffer.data() + IMAGE_BYTE_SIZE +
imgBufferSize
, reinterpret_cast<uint8_t*>(&imageInfo));
in ConvertFromInner()
62
uint32_t tmpValue = innerImgBuffer[IMAGE_BYTE_SIZE +
imgBufferSize
+ i];
in ConvertFromInner()
65
void* dataAddr = static_cast<void*>(innerImgBuffer.data() + IMAGE_BYTE_SIZE +
imgBufferSize
+ DATA_BYTE_SIZE);
in ConvertFromInner()
127
SLOGI("
imgBufferSize
exceeds limited: %{public}d scaled to %{public}d", originSize, originalPixelMapBytes_);
in ConvertToInner()
181
SLOGI("
imgBufferSize
exceed
in ConvertToInnerWithLimitedSize()
[all...]
Completed in 2 milliseconds