Searched refs:in_full (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale.c | 798 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local 801 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in scale_frame() 813 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in scale_frame() 815 in_full = (in_range == AVCOL_RANGE_JPEG); in scale_frame() 819 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in scale_frame() 823 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in scale_frame() 827 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in scale_frame()
|
/third_party/toybox/toys/pending/ |
H A D | dd.c | 53 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; 92 TT.in_full, TT.in_part, TT.out_full, TT.out_part); in status() 262 TT.in_full++; in dd_main()
|
/third_party/toybox/generated/ |
H A D | globals.h | 674 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 380 static int in_full = 0; variable 1808 fprintf(stderr, "%d+%d records in\n", in_full - in_partial, in_partial); in print_stats() 2516 in_full += blocks; in do_scsi_device_read_write() 2536 in_full += blocks; in do_scsi_device_read_write() 6612 in_full += blocks; in do_scsi_sgm_read_write() 6629 in_full += blocks; in do_scsi_sgm_read_write()
|
Completed in 16 milliseconds