Searched defs:dsc (Results 1 - 8 of 8) sorted by relevance

/external/qemu/android/utils/
H A Djpeg-compress.c105 AJPEGDesc* dsc = (AJPEGDesc*)malloc(sizeof(AJPEGDesc)); local
106 if (dsc == NULL) {
110 dsc->common.next_output_byte = NULL;
111 dsc->common.free_in_buffer = 0;
112 dsc->common.init_destination = _on_init_destination;
113 dsc->common.empty_output_buffer = _on_empty_output_buffer;
114 dsc->common.term_destination = _on_term_destination;
115 dsc->jpeg_buf = NULL;
116 dsc->size = 0;
117 dsc
123 jpeg_compressor_destroy(AJPEGDesc* dsc) argument
134 jpeg_compressor_get_jpeg_size(const AJPEGDesc* dsc) argument
141 jpeg_compressor_get_buffer(const AJPEGDesc* dsc) argument
147 jpeg_compressor_get_header_size(const AJPEGDesc* dsc) argument
153 jpeg_compressor_compress_fb(AJPEGDesc* dsc, int x, int y, int w, int h, int num_lines, int bpp, int bpl, const uint8_t* fb, int jpeg_quality, int ydir) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c84 const struct wpa_dbus_property_desc *dsc)
88 dsc->dbus_property, dsc->type,
89 dsc->getter ? "read" : "",
90 dsc->setter ? "write" : "");
97 const struct wpa_dbus_method_desc *dsc; local
99 for (dsc = methods; dsc && dsc->dbus_method; dsc
83 add_property(struct wpabuf *xml, const struct wpa_dbus_property_desc *dsc) argument
111 const struct wpa_dbus_signal_desc *dsc; local
125 const struct wpa_dbus_property_desc *dsc; local
[all...]
H A Ddbus_new_helpers.c27 const struct wpa_dbus_property_desc *dsc; local
29 for (dsc = props; dsc && dsc->dbus_property; dsc++) {
31 if (os_strncmp(dsc->dbus_interface, interface,
36 if (dsc->getter == NULL)
44 &dsc->dbus_property))
48 if (!dsc->getter(&entry_iter, error, user_data))
161 const struct wpa_dbus_property_desc *dsc,
160 properties_get(DBusMessage *message, const struct wpa_dbus_property_desc *dsc, void *user_data) argument
194 properties_set(DBusMessage *message, const struct wpa_dbus_property_desc *dsc, void *user_data) argument
613 const struct wpa_dbus_property_desc *dsc; local
838 const struct wpa_dbus_property_desc *dsc; local
878 const struct wpa_dbus_property_desc *dsc; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c593 DFBSurfaceDescription dsc; local
658 dsc.flags = DSDESC_CAPS | DSDESC_PIXELFORMAT;
659 dsc.caps = DSCAPS_PRIMARY | ((flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0);
660 dsc.pixelformat = GetFormatForBpp (bpp, HIDDEN->layer);
662 ret = HIDDEN->dfb->CreateSurface (HIDDEN->dfb, &dsc, &surface);
666 dsc.caps &= ~DSCAPS_FLIPPING;
667 ret = HIDDEN->dfb->CreateSurface (HIDDEN->dfb, &dsc, &surface);
687 if (dsc.caps & DSCAPS_FLIPPING)
805 DFBSurfaceDescription dsc; local
814 dsc
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1180 yaffs_dirent de; /* directory entry being used by this dsc */
1193 static void yaffsfs_SetDirRewound(yaffsfs_DirectorySearchContext *dsc) argument
1195 if(dsc &&
1196 dsc->dirObj &&
1197 dsc->dirObj->variantType == YAFFS_OBJECT_TYPE_DIRECTORY){
1199 dsc->offset = 0;
1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){
1202 dsc->nextReturn = NULL;
1204 dsc->nextReturn = list_entry(dsc
1212 yaffsfs_DirAdvance(yaffsfs_DirectorySearchContext *dsc) argument
1238 yaffsfs_DirectorySearchContext *dsc; local
1262 yaffsfs_DirectorySearchContext *dsc = NULL; local
1296 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp; local
1327 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp; local
1339 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 937 milliseconds