OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h264_arg
(Results
1 - 1
of
1
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c
89
SSBSIP_MFC_ENC_H264_PARAM *
h264_arg
;
local
130
h264_arg
= (SSBSIP_MFC_ENC_H264_PARAM *)param;
132
pCTX->width =
h264_arg
->SourceWidth;
133
pCTX->height =
h264_arg
->SourceHeight;
252
h264_arg
= (SSBSIP_MFC_ENC_H264_PARAM *)param;
255
EncArg.args.enc_init_h264.in_profile_level = ENC_PROFILE_LEVEL(
h264_arg
->ProfileIDC,
h264_arg
->LevelIDC);
257
EncArg.args.enc_init_h264.in_width =
h264_arg
->SourceWidth;
258
EncArg.args.enc_init_h264.in_height =
h264_arg
->SourceHeight;
259
EncArg.args.enc_init_h264.in_gop_num =
h264_arg
->IDRPeriod
[
all
...]
Completed in 99 milliseconds