Home
last modified time | relevance | path

Searched refs:output_bytes (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-scs1x.c25 u8 output_bytes; member
195 i = scs->output_bytes; in scs_output_work()
198 scs->output_bytes = i; in scs_output_work()
262 scs->output_bytes = 1; in scs_output_work()
315 scs->output_bytes = 1; in midi_playback_trigger()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-inject.c64 static int output_bytes(struct perf_inject *inject, void *buf, size_t sz) in output_bytes() function
82 return output_bytes(inject, event, event->header.size); in perf_event__repipe_synth()
151 ret = output_bytes(inject, buf, ssz); in copy_bytes()
183 ret = output_bytes(inject, event, event->header.size); in perf_event__repipe_auxtrace()
189 ret = output_bytes(inject, event, in perf_event__repipe_auxtrace()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4406 int output_bytes = out_n*bytes; in stbi__create_png_image_raw() local
4411 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4467 cur += output_bytes; in stbi__create_png_image_raw()
4468 prior += output_bytes; in stbi__create_png_image_raw()
4497 …=x-1; i >= 1; --i, cur[filter_bytes]=255,raw+=filter_bytes,cur+=output_bytes,prior+=output_bytes) \ in stbi__create_png_image_raw()
4501 …STBI__CASE(STBI__F_sub) { cur[k] = STBI__BYTECAST(raw[k] + cur[k- output_bytes]); } break; in stbi__create_png_image_raw()
4503 …_avg) { cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k- output_bytes])>>1)); } break; in stbi__create_png_image_raw()
4504 …{ cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_bytes],prior[k],prior[k- output_bytes in stbi__create_png_image_raw()
4505 …CASE(STBI__F_avg_first) { cur[k] = STBI__BYTECAST(raw[k] + (cur[k- output_bytes] >> 1)); } brea… in stbi__create_png_image_raw()
4506 …F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_bytes],0,0)); } break; in stbi__create_png_image_raw()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4406 int output_bytes = out_n*bytes; in stbi__create_png_image_raw() local
4411 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4467 cur += output_bytes; in stbi__create_png_image_raw()
4468 prior += output_bytes; in stbi__create_png_image_raw()
4497 …=x-1; i >= 1; --i, cur[filter_bytes]=255,raw+=filter_bytes,cur+=output_bytes,prior+=output_bytes) \ in stbi__create_png_image_raw()
4501 …STBI__CASE(STBI__F_sub) { cur[k] = STBI__BYTECAST(raw[k] + cur[k- output_bytes]); } break; in stbi__create_png_image_raw()
4503 …_avg) { cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k- output_bytes])>>1)); } break; in stbi__create_png_image_raw()
4504 …{ cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_bytes],prior[k],prior[k- output_bytes in stbi__create_png_image_raw()
4505 …CASE(STBI__F_avg_first) { cur[k] = STBI__BYTECAST(raw[k] + (cur[k- output_bytes] >> 1)); } brea… in stbi__create_png_image_raw()
4506 …F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_bytes],0,0)); } break; in stbi__create_png_image_raw()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nvme.c473 qpair->counters.output_bytes += fd->payload_length; in qla2x00_start_nvme_mq()
H A Dqla_iocb.c32 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qla2x00_get_cmd_direction()
615 qpair->counters.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_type_6_iocbs()
725 qpair->counters.output_bytes += scsi_bufflen(cmd); in qla24xx_build_scsi_iocbs()
3834 vha->qla_stats.output_bytes += req_data_len; in qla25xx_build_bidir_iocb()
H A Dqla_attr.c2798 ob += qpair->counters.output_bytes; in qla2x00_get_fc_host_stats()
2803 ob += ha->base_qpair->counters.output_bytes; in qla2x00_get_fc_host_stats()
2808 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()
H A Dqla_def.h3469 uint64_t output_bytes; member
3529 uint64_t output_bytes; member
H A Dqla_mr.c2998 vha->qla_stats.output_bytes += scsi_bufflen(cmd); in qlafx00_build_scsi_iocbs()