OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idx_str
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/tests/
test-soft-image.cpp
117
void cv_write_image (char *img_name, char *frame_str, char *
idx_str
= NULL);
229
SoftElement::cv_write_image (char *img_name, char *frame_str, char *
idx_str
)
237
if(
idx_str
)
238
cv::putText (mat,
idx_str
, cv::Point(20, 110), fontFace, 2.0, color, 2, 8, false);
244
XCAM_UNUSED (
idx_str
);
393
char
idx_str
[XCAM_TEST_MAX_STR_SIZE] = {'\0'};
local
395
std::snprintf (
idx_str
, XCAM_TEST_MAX_STR_SIZE, "idx:%d", i);
397
ins[i]->cv_write_image (img_name, frame_str,
idx_str
);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
214
const int
idx_str
= xd->mi_stride * mi_row + mi_col;
local
215
xd->mi = cm->mi_grid_visible +
idx_str
;
216
xd->mi[0] = cm->mi +
idx_str
;
823
const int
idx_str
=
local
825
MODE_INFO **this_mi = cm->mi_grid_visible +
idx_str
;
2478
const int
idx_str
= xd->mi_stride * mi_row + mi_col;
local
2920
const int
idx_str
= cm->mi_stride * mi_row + mi_col;
local
3568
const int
idx_str
= cm->mi_stride * mi_row + mi_col;
local
4348
const int
idx_str
= cm->mi_stride * mi_row + mi_col;
local
[
all
...]
Completed in 100 milliseconds