OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_height
(Results
1 - 5
of
5
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c
190
pCTX->decOutInfo.
img_height
= DecArg.args.dec_init.out_img_height;
375
output_info->
img_height
= pCTX->decOutInfo.
img_height
;
480
img_resolution->height = pCTX->decOutInfo.
img_height
;
/external/opencv/ml/src/
mlcnn.cpp
228
const int
img_height
= first_layer->input_height;
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;
341
img_height
= first_layer->input_height;
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
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
143
int
img_height
; // [OUT] height of real image
member in struct:__anon1537
Completed in 3871 milliseconds