Searched refs:data_size (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263dec.c333 void *data, int *data_size,
358 *data_size = sizeof(AVFrame);
716 *data_size = sizeof(AVFrame);
332 ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Dadpcm.c879 void *data, int *data_size,
913 if(*data_size/4 < buf_size + 8)
917 samples_end= samples + *data_size/2;
918 *data_size= 0;
1614 *data_size = (uint8_t *)samples - (uint8_t *)data;
878 adpcm_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Dac3dec.c1222 static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size, argument
1240 *data_size = 0;
1327 *data_size = s->num_blocks * 256 * avctx->channels * sizeof (int16_t);
H A Dsvq3.c891 void *data, int *data_size,
903 *data_size = sizeof(AVFrame);
1036 *data_size = sizeof(AVFrame);
890 svq3_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Ddca.c1211 void *data, int *data_size,
1230 *data_size=0;
1267 if(*data_size < (s->sample_blocks / 8) * 256 * sizeof(int16_t) * channels)
1269 *data_size = 256 / 8 * s->sample_blocks * sizeof(int16_t) * channels;
1210 dca_decode_frame(AVCodecContext * avctx, void *data, int *data_size, const uint8_t * buf, int buf_size) argument
H A Dtruemotion2.c765 void *data, int *data_size,
809 *data_size = sizeof(AVFrame);
764 decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Dvp56.c497 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
642 *data_size = sizeof(AVFrame);
H A Dzmbv.c395 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
579 *data_size = sizeof(AVFrame);
H A Dasv1.c389 void *data, int *data_size,
461 *data_size = sizeof(AVPicture);
388 decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Dffv1.c938 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size){ argument
1002 *data_size = sizeof(AVFrame);
H A Dimc.c641 void *data, int *data_size,
806 *data_size = COEFFS * sizeof(int16_t);
640 imc_decode_frame(AVCodecContext * avctx, void *data, int *data_size, const uint8_t * buf, int buf_size) argument
H A Dinterplayvideo.c880 void *data, int *data_size,
908 *data_size = sizeof(AVFrame);
879 ipvideo_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
H A Dlcldec.c164 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
505 *data_size = sizeof(AVFrame);
H A Dmpeg12.c2254 AVFrame *picture, int *data_size,
2259 void *data, int *data_size,
2273 *data_size = sizeof(AVFrame);
2291 *data_size = sizeof(AVPicture);
2303 decode_chunks(avctx, picture, data_size, avctx->extradata, avctx->extradata_size);
2305 return decode_chunks(avctx, picture, data_size, buf, buf_size);
2309 AVFrame *picture, int *data_size,
2337 *data_size = sizeof(AVPicture);
2258 mpeg_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
2308 decode_chunks(AVCodecContext *avctx, AVFrame *picture, int *data_size, const uint8_t *buf, int buf_size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-taskfile.c476 static int ide_diag_taskfile(ide_drive_t *drive, ide_task_t *args, unsigned long data_size, u8 *buf) argument
491 if (data_size == 0)
494 rq.nr_sectors = data_size / SECTOR_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_rmpp.c424 int hdr_size, data_size, pad; local
429 data_size = sizeof(struct ib_rmpp_mad) - hdr_size;
434 return hdr_size + rmpp_recv->seg_num * data_size - pad;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c602 FLAC__uint64 data_size = samples * decoder_session->channels * ((decoder_session->bps+7)/8); local
603 const FLAC__uint32 aligned_data_size = (FLAC__uint32)((data_size+1) & (~1U)); /* we'll check for overflow later */
633 if(data_size + foreign_metadata_size + 60/*worst-case*/ >= 0xFFFFFFF4) {
678 if(!write_little_endian_uint32(f, (FLAC__uint32)data_size)) /* data size */
725 if(!write_big_endian_uint32(f, (FLAC__uint32)data_size + 8 + ssnd_offset_size)) /* data size */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dinode.c949 vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
1111 a->data.non_resident.data_size);
1386 vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
1648 vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
2043 a->data.non_resident.data_size);
2487 * between the old data_size, i.e. old_size, and the new_size
2583 * the data_size before reducing the allocation.
2595 a->data.non_resident.data_size = cpu_to_sle64(new_size);
2728 * have already dealt with the initialized_size and the data_size above
2730 * and not the data_size, w
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c606 u32 data_size; member in struct:fsg_dev
2368 if (fsg->data_size == 0)
2382 * data_size), and the command failed (invalid LUN or
2387 fsg->residue == fsg->data_size &&
2557 fsg->data_size);
2568 fsg->data_size = fsg->data_size_from_cmnd;
2571 if (fsg->data_size < fsg->data_size_from_cmnd) {
2576 fsg->data_size_from_cmnd = fsg->data_size;
2580 fsg->residue = fsg->usb_amount_left = fsg->data_size;
2928 fsg->data_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.c1373 self->qos.data_size.bits = desc->bmDataSize;
1376 __FUNCTION__, self->qos.baud_rate.bits, self->qos.data_size.bits, self->qos.window_size.bits, self->qos.additional_bofs.bits, self->qos.min_turn_time.bits);
1382 self->qos.data_size.bits = 0x07;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestgdbm.c61 bucket->h_table[index].data_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c692 if (packet->data_size) { /* block transmit */
706 packet->data_size);
709 packet->data_size,
757 packet->data_size);
760 packet->data_size, PCI_DMA_TODEVICE));
812 z = (packet->data_size) ? 3 : 2;
855 if (packet->data_size > ohci->max_packet_size) {
858 packet->data_size);
2747 datasize = packet->data_size;
H A Draw1394.c136 atomic_sub(req->ibs->data_size, &iso_buffer_size);
331 ibs->data_size = length;
392 ibs->data_size = length;
933 size_t data_size; local
943 data_size = req->req.length - header_length;
944 packet = hpsb_alloc_packet(data_size);
959 data_size)) {
973 packet->data_size = data_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/mwave/
H A Dtp3780i.c486 pAbilities->data_size = pBDData->rDspSettings.uDStoreSize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h799 /* 48*/ s64 data_size; /* Byte size of the attribute member in struct:__anon1241::__anon1242::__anon1244
804 data_size. */
1116 /* 30*/ s64 data_size; /* Byte size of actual data in data member in struct:__anon1252

Completed in 259 milliseconds

1234567891011>>