OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_outputSize
(Results
1 - 6
of
6
) sorted by null
/frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c
173
Params.
m_outputSize
.m_width = pPlaneOut->u_width;
174
Params.
m_outputSize
.m_height = pPlaneOut->u_height;
242
Params.
m_outputSize
.m_width = pPlaneOut->u_width;
243
Params.
m_outputSize
.m_height =
251
-Params.
m_outputSize
.m_height)>>1)) *
253
pImagePlanesTemp[0].u_height = Params.
m_outputSize
.m_height;
256
-(Params.
m_outputSize
.m_height>>1)))>>1)\
258
pImagePlanesTemp[1].u_height = Params.
m_outputSize
.m_height>>1;
261
-(Params.
m_outputSize
.m_height>>1)))>>1)\
263
pImagePlanesTemp[2].u_height = Params.
m_outputSize
.m_height>>1
[
all
...]
/frameworks/media/libvideoeditor/vss/common/inc/
M4AIR_API.h
89
M4AIR_Size
m_outputSize
; /**< Size of the output */
147
* @param pParams->
m_outputSize
: (IN) output size.
/frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c
588
Params.
m_outputSize
.m_width = pImagePlanes->u_width;
589
Params.
m_outputSize
.m_height = pImagePlanes->u_height;
[
all
...]
M4AIR_API.c
214
* @param pParams->
m_outputSize
: (IN) output size.
259
if(((pC->m_params.m_inputSize.m_width) == (pC->m_params.
m_outputSize
.m_width))
260
&&((pC->m_params.m_inputSize.m_height) == (pC->m_params.
m_outputSize
.m_height)))
277
u32_width_out = ((i==0)||(i==3))?pC->m_params.
m_outputSize
.m_width:\
278
(pC->m_params.
m_outputSize
.m_width+1)>>1;
279
u32_height_out = ((i==0)||(i==3))?pC->m_params.
m_outputSize
.m_height:\
280
(pC->m_params.
m_outputSize
.m_height+1)>>1;
[
all
...]
M4VSS3GPP_EditVideo.c
[
all
...]
/frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp
[
all
...]
Completed in 244 milliseconds