OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img_width
(Results
1 - 6
of
6
) 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;
374
output_info->
img_width
= pCTX->decOutInfo.
img_width
;
479
img_resolution->width = pCTX->decOutInfo.
img_width
;
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
142
int
img_width
; // [OUT] width of real image
member in struct:__anon1537
/external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc
490
int
img_width
;
local
493
L"window.domAutomationController.send(ImageWidth());", &
img_width
));
497
EXPECT_LT(
img_width
, 100);
[
all
...]
/external/opencv/ml/src/
mlcnn.cpp
229
const int
img_width
= first_layer->input_width;
230
const int img_size =
img_width
*img_height;
242
CV_CALL(X[0] = cvCreateMat( img_height*
img_width
,1,CV_32FC1 ));
329
int img_height,
img_width
, img_size;
342
img_width
= first_layer->input_width;
343
img_size = img_height*
img_width
;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c
[
all
...]
Completed in 267 milliseconds