OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YUVImage
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
YUVImage.h
46
class
YUVImage
{
56
YUVImage
(YUVFormat yuvFormat, int32_t width, int32_t height);
60
YUVImage
(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
63
~
YUVImage
();
93
const
YUVImage
&srcImage,
YUVImage
&destImage);
99
const
YUVImage
&srcImage,
YUVImage
&destImage);
106
const
YUVImage
&srcImage,
YUVImage
&destImage)
[
all
...]
/frameworks/av/media/libstagefright/yuv/
YUVImage.cpp
18
#define LOG_TAG "
YUVImage
"
21
#include <media/stagefright/
YUVImage
.h>
26
YUVImage
::
YUVImage
(YUVFormat yuvFormat, int32_t width, int32_t height) {
39
YUVImage
::
YUVImage
(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer) {
50
size_t
YUVImage
::bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height) {
62
bool
YUVImage
::initializeYUVPointers() {
83
YUVImage
::~
YUVImage
() {
[
all
...]
Completed in 792 milliseconds