OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_c_size
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
256
size_t
dst_c_size
= dst_c_stride * buf->height / 2;
local
258
uint8_t *dst_u = dst_v +
dst_c_size
;
289
size_t
dst_c_size
= dst_c_stride * buf->height / 2;
local
291
uint8_t *dst_u = dst_v +
dst_c_size
;
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp
601
size_t
dst_c_size
= dst_c_stride * paramPortDefinitionOutput->format.video.nFrameHeight / 2;
local
603
uint8_t *dst_u = dst_v +
dst_c_size
;
636
buffer->nFilledLen = dst_y_size +
dst_c_size
* 2;
Completed in 207 milliseconds