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:DecodedFrame
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
anim_util.h
34
}
DecodedFrame
;
typedef
42
DecodedFrame
* frames;
H
A
D
anim_util.c
54
DecodedFrame
* frames = NULL;
in AllocateFrames()
64
frames = (
DecodedFrame
*)WebPMalloc((size_t)total_frame_size);
in AllocateFrames()
248
DecodedFrame
* curr_frame;
in ReadAnimatedWebP()
377
const
DecodedFrame
* const prev_frame,
in IsKeyFrameGIF()
571
DecodedFrame
* curr_frame;
in ReadAnimatedGIF()
588
DecodedFrame
* const prev_frame = &image->frames[i - 1];
in ReadAnimatedGIF()
H
A
D
anim_diff.c
37
const int stride = width * 4; // Always true for '
DecodedFrame
.rgba'.
in FramesAreEqual()
80
DecodedFrame
* const frame1 = &img->frames[i - 1];
in MinimizeAnimationFrames()
81
DecodedFrame
* const frame2 = &img->frames[i];
in MinimizeAnimationFrames()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoFrameBuffer.hpp
152
struct
DecodedFrame
struct
276
virtual int32_t DequeueDecodedPicture(
DecodedFrame
* pDecodedFrame) = 0;
H
A
D
vktVideoDecodeTests.cpp
455
int getNextFrame(
DecodedFrame
* pFrame)
in getNextFrame()
476
const
DecodedFrame
* decodeFrame()
in decodeFrame()
480
DecodedFrame
* pLastDecodedFrame = &m_frameData[m_frameDataIdx];
in decodeFrame()
536
std::vector<
DecodedFrame
> m_frameData;
544
const
DecodedFrame
* frame)
in getDecodedImage()
783
const
DecodedFrame
* decodedFrame = processor.decodeFrame();
in iterate()
909
const
DecodedFrame
* frame = processor->decodeFrame();
in iterate()
H
A
D
vktVideoFrameBuffer.cpp
426
int32_t DequeueDecodedPicture(
DecodedFrame
* pDecodedFrame) override;
604
int32_t VkVideoFrameBuffer::DequeueDecodedPicture(
DecodedFrame
* pDecodedFrame)
H
A
D
vktVideoBaseDecodeUtils.hpp
812
int32_t ReleaseDisplayedFrame(
DecodedFrame
* pDisplayedFrame);
H
A
D
vktVideoBaseDecodeUtils.cpp
1781
int32_t VideoBaseDecoder::ReleaseDisplayedFrame(
DecodedFrame
* pDisplayedFrame)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoDecodeTests.cpp
101
DecodedFrame
initDecodeFrame (void)
in initDecodeFrame()
103
DecodedFrame
frameTemplate =
in initDecodeFrame()
404
DecodedFrame
frame = initDecodeFrame();
in iterateSingleFrame()
481
DecodedFrame
frames[2] = { initDecodeFrame(), initDecodeFrame() };
in iterateDoubleFrame()
512
DecodedFrame
& frame = frames[frameNdx];
in iterateDoubleFrame()
519
DecodedFrame
& frame = frames[frameNdx];
in iterateDoubleFrame()
572
vector<
DecodedFrame
> frames (m_frameCountTrigger, initDecodeFrame());
in iterateMultipleFrame()
601
DecodedFrame
& frame = frames[frameNdx];
in iterateMultipleFrame()
610
DecodedFrame
& frame = frames[frameNdx];
in iterateMultipleFrame()
927
vector<
DecodedFrame
> frame
[all...]
H
A
D
vktVideoBaseDecodeUtils.hpp
96
struct
DecodedFrame
struct
243
virtual int32_t DequeueDecodedPicture (
DecodedFrame
* pDecodedFrame);
554
int32_t ReleaseDisplayedFrame (
DecodedFrame
* pDisplayedFrame);
H
A
D
vktVideoBaseDecodeUtils.cpp
2570
int32_t VideoBaseDecoder::ReleaseDisplayedFrame (
DecodedFrame
* pDisplayedFrame)
4000
int32_t VideoFrameBuffer::DequeueDecodedPicture (
DecodedFrame
* pDecodedFrame)
Completed in 19 milliseconds