OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decOutInfo
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c
189
pCTX->
decOutInfo
.img_width = DecArg.args.dec_init.out_img_width;
190
pCTX->
decOutInfo
.img_height = DecArg.args.dec_init.out_img_height;
191
pCTX->
decOutInfo
.buf_width = DecArg.args.dec_init.out_buf_width;
192
pCTX->
decOutInfo
.buf_height = DecArg.args.dec_init.out_buf_height;
195
pCTX->
decOutInfo
.crop_top_offset = DecArg.args.dec_init.out_crop_top_offset;
196
pCTX->
decOutInfo
.crop_bottom_offset = DecArg.args.dec_init.out_crop_bottom_offset;
197
pCTX->
decOutInfo
.crop_left_offset = DecArg.args.dec_init.out_crop_left_offset;
198
pCTX->
decOutInfo
.crop_right_offset = DecArg.args.dec_init.out_crop_right_offset;
251
pCTX->
decOutInfo
.YPhyAddr = (void *)(DecArg.args.dec_exe.out_display_Y_addr);
252
pCTX->
decOutInfo
.CPhyAddr = (void *)(DecArg.args.dec_exe.out_display_C_addr)
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h
335
SSBSIP_MFC_DEC_OUTPUT_INFO
decOutInfo
;
Completed in 245 milliseconds