Searched refs:object_id (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdsubenc.c93 int object_id; local
110 for (object_id = 0; object_id < rects; object_id++)
111 for (i=0; i<h->rects[object_id]->w*h->rects[object_id]->h; ++i) {
112 color = h->rects[object_id]->pict.data[0][i];
114 alpha = ((uint32_t*)h->rects[object_id]->pict.data[1])[color] >> 24;
138 for (object_id = 0; object_id < rect
[all...]
H A Ddvbsub.c201 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; local
311 bytestream_put_be16(&q, region_id); /* object_id == region_id */
323 for (object_id = 0; object_id < h->num_rects; object_id++) {
326 if (h->rects[object_id]->nb_colors <= 4) {
329 } else if (h->rects[object_id]->nb_colors <= 16) {
342 bytestream_put_be16(&q, object_id);
362 dvb_encode_rle(&q, h->rects[object_id]->pict.data[0], h->rects[object_id]
[all...]
H A Ddvbsubdec.c169 int object_id; member in struct:DVBSubObjectDisplay
233 static DVBSubObject* get_object(DVBSubContext *ctx, int object_id) argument
237 while (ptr && ptr->id != object_id) {
274 object = get_object(ctx, display->object_id);
843 int object_id; local
850 object_id = AV_RB16(buf);
853 object = get_object(ctx, object_id);
991 int region_id, object_id; local
1063 object_id = AV_RB16(buf);
1066 object = get_object(ctx, object_id);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Dadfs.h115 __adfs_block_map(struct super_block *sb, unsigned int object_id, argument
118 if (object_id & 255) {
121 off = (object_id & 255) - 1;
125 return adfs_map_lookup(sb, object_id >> 8, block);
H A Ddir_f.c152 adfs_dir_read(struct super_block *sb, unsigned long object_id, argument
173 phys = __adfs_block_map(sb, object_id, blk);
176 object_id, blk);
205 object_id);
322 adfs_dir_find_entry(struct adfs_dir *dir, unsigned long object_id) argument
334 if (obj.file_id == object_id) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.h37 u32 object_id; member in struct:mixart_uid
H A Dmixart_core.c91 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */
185 writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uidDest */
390 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size);
H A Dmixart_hwdep.c185 /* snd_printk(KERN_DEBUG "playback connector[%d].object_id = %x\n", k, connector->uid[k].object_id); */
227 /* snd_printk(KERN_DEBUG "capture connector[%d].object_id = %x\n", k, connector->uid[k].object_id); */
262 get_console_mgr.object_id = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Drayctl.h347 struct object_id { struct
458 UCHAR object_id; member in struct:update_param_cmd
463 UCHAR object_id; member in struct:report_param_cmd
H A Dray_cs.c1824 writeb(objid, &pccs->var.update_param.object_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h59 u64 object_id; /* user space pointer for oprofile */ member in struct:spu_context
H A Dsched.c125 ctx ? ctx->object_id : 0, spu);
H A Dfile.c1743 return ctx->object_id;
1754 ctx->object_id = id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h474 * sorts by object_id (16-byte), by splitting up the object_id in four
482 * Now, it is apparent why the 2nd object_id collates after the 1st: the
483 * first le32 value of the 1st object_id is less than the first le32 of
484 * the 2nd object_id. If the first le32 values of both object_ids were
1074 * birth_volume_id - object_id of FILE_Volume on which the file was first
1076 * birth_object_id - object_id of file when it was first created. Usually
1077 * equals the object_id. Optional (i.e. can be zero).
1081 leMFT_REF mft_reference;/* Mft record containing the object_id in
1099 GUID object_id; /* Uniqu member in struct:__anon7531
2197 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member in union:__anon7575::__anon7579
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h535 * sorts by object_id (16-byte), by splitting up the object_id in four
543 * Now, it is apparent why the 2nd object_id collates after the 1st: the
544 * first u32 value of the 1st object_id is less than the first u32 of
545 * the 2nd object_id. If the first u32 values of both object_ids were
1165 * birth_volume_id - object_id of FILE_Volume on which the file was first
1167 * birth_object_id - object_id of file when it was first created. Usually
1168 * equals the object_id. Optional (i.e. can be zero).
1172 MFT_REF mft_reference; /* Mft record containing the object_id in
1190 GUID object_id; /* Uniqu member in struct:__anon1265
2331 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member in union:__anon1309::__anon1312
[all...]

Completed in 289 milliseconds