OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceWidth
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
179
int
SourceWidth
; // [IN] width of video to be encoded
222
int
SourceWidth
; // [IN] width of video to be encoded
254
int
SourceWidth
; // [IN] width of video to be encoded
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c
116
pCTX->width = mpeg4_arg->
SourceWidth
;
124
pCTX->width = h263_arg->
SourceWidth
;
132
pCTX->width = h264_arg->
SourceWidth
;
147
EncArg.args.enc_init_mpeg4.in_width = mpeg4_arg->
SourceWidth
;
210
EncArg.args.enc_init_mpeg4.in_width = h263_arg->
SourceWidth
;
257
EncArg.args.enc_init_h264.in_width = h264_arg->
SourceWidth
;
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c
130
SEC_OSAL_Log(SEC_LOG_TRACE, "
SourceWidth
: %d\n", mpeg4Param.
SourceWidth
);
160
SEC_OSAL_Log(SEC_LOG_TRACE, "
SourceWidth
: %d\n", h263Param.
SourceWidth
);
192
pMpeg4Param->
SourceWidth
= pSECOutputPort->portDefinition.format.video.nFrameWidth;
276
pH263Param->
SourceWidth
= pSECOutputPort->portDefinition.format.video.nFrameWidth;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c
151
SEC_OSAL_Log(SEC_LOG_TRACE, "
SourceWidth
: %d\n", h264Arg.
SourceWidth
);
197
pH264Arg->
SourceWidth
= pSECOutputPort->portDefinition.format.video.nFrameWidth;
[
all
...]
Completed in 2287 milliseconds