OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMCScurrentParams
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c
97
err = M4MCS_open(mcs_context, xVSS_context->
pMCScurrentParams
->pFileIn,
98
xVSS_context->
pMCScurrentParams
->InputFileType,
99
xVSS_context->
pMCScurrentParams
->pFileOut,
100
xVSS_context->
pMCScurrentParams
->pFileTemp);
121
Params.OutputFileType = xVSS_context->
pMCScurrentParams
->OutputFileType;
122
Params.OutputVideoFormat = xVSS_context->
pMCScurrentParams
->OutputVideoFormat;
123
Params.outputVideoProfile= xVSS_context->
pMCScurrentParams
->outputVideoProfile;
124
Params.outputVideoLevel = xVSS_context->
pMCScurrentParams
->outputVideoLevel;
125
Params.OutputVideoFrameSize = xVSS_context->
pMCScurrentParams
->OutputVideoFrameSize;
126
Params.OutputVideoFrameRate = xVSS_context->
pMCScurrentParams
->OutputVideoFrameRate
[
all
...]
M4xVSS_API.c
207
xVSS_context->
pMCScurrentParams
= M4OSA_NULL;
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h
469
M4xVSS_MCS_params*
pMCScurrentParams
;
Completed in 4395 milliseconds