HomeSort by relevance Sort by last modified time
    Searched defs:descriptor_size (Results 1 - 3 of 3) sorted by null

  /frameworks/av/drm/mediacas/plugins/clearkey/
ecm.h 303 inline size_t descriptor_size() const { return count_; } function in class:android::clearkeycas::EcmContainer
306 // otherwise calls CHECK and aborts. Always call descriptor_size() first!
313 // values, otherwise calls CHECK and aborts. Call descriptor_size() first!
  /external/libusb/examples/
xusb.c 610 int r, size, descriptor_size; local
616 descriptor_size = libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_STANDARD|LIBUSB_RECIPIENT_INTERFACE,
618 if (descriptor_size < 0) {
622 display_buffer_hex(hid_report_descriptor, descriptor_size);
624 if (fwrite(hid_report_descriptor, 1, descriptor_size, fd) != descriptor_size) {
630 size = get_hid_record_size(hid_report_descriptor, descriptor_size, HID_REPORT_TYPE_FEATURE);
661 size = get_hid_record_size(hid_report_descriptor, descriptor_size, HID_REPORT_TYPE_INPUT);
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 272 int descriptor_size = params.extended ? 128 : 64; local
307 descriptor_size*CV_ELEM_SIZE(descriptor_data_type), storage );

Completed in 501 milliseconds