OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_y_size
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp
35
size_t
dst_y_size
= dstWidth * dstHeight;
local
39
uint8_t *pDst_u = pDst_y +
dst_y_size
;
/hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp
35
size_t
dst_y_size
= dstWidth * dstHeight;
local
39
uint8_t *pDst_u = pDst_y +
dst_y_size
;
/frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
254
size_t
dst_y_size
= buf->stride * buf->height;
local
257
uint8_t *dst_v = dst_y +
dst_y_size
;
287
size_t
dst_y_size
= buf->stride * buf->height;
local
290
uint8_t *dst_v = dst_y +
dst_y_size
;
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp
598
size_t
dst_y_size
= paramPortDefinitionOutput->format.video.nStride *
local
602
uint8_t *dst_v = dst_y +
dst_y_size
;
636
buffer->nFilledLen =
dst_y_size
+ dst_c_size * 2;
664
size_t
dst_y_size
= img->d_w * img->d_h;
local
666
buffer->nFilledLen =
dst_y_size
* 1.5; // suport only 4:2:0 for now
Completed in 60 milliseconds