Searched refs:opd (Results 1 - 7 of 7) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c130 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
131 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
774 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd) argument
776 switch (opd->FormFlag) {
778 if (val < opd->FORM.Range.MinimumValue.u16) {
779 return opd->FORM.Range.MinimumValue.u16;
781 if (val > opd->FORM.Range.MaximumValue.u16) {
782 return opd->FORM.Range.MaximumValue.u16;
785 if (val % opd->FORM.Range.StepSize.u16 != 0) {
786 return val - (val % opd
819 adjust_u32(uint32_t val, PTPObjectPropDesc *opd) argument
889 PTPObjectPropDesc opd; local
1760 PTPObjectPropDesc opd; local
2919 PTPObjectPropDesc opd; local
5695 PTPObjectPropDesc opd; local
5848 PTPObjectPropDesc opd; local
6010 PTPObjectPropDesc opd; local
6231 PTPObjectPropDesc opd; local
7096 PTPObjectPropDesc opd; local
7247 PTPObjectPropDesc opd; local
7377 PTPObjectPropDesc opd; local
[all...]
H A Dptp-pack.c797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) argument
801 memset (opd, 0, sizeof(*opd));
802 opd->ObjectPropertyCode=dtoh16a(&data[PTP_opd_ObjectPropertyCode]);
803 opd->DataType=dtoh16a(&data[PTP_opd_DataType]);
804 opd->GetSet=dtoh8a(&data[PTP_opd_GetSet]);
807 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType);
810 opd->GroupCode=dtoh32a(&data[offset]);
813 opd
[all...]
H A Dptp.c2440 PTPParams* params, uint16_t opc, uint16_t ofc, PTPObjectPropDesc *opd
2454 ptp_unpack_OPD (params, data, opd, size);
2732 ptp_free_objectpropdesc(PTPObjectPropDesc* opd) argument
2736 ptp_free_devicepropvalue (opd->DataType, &opd->FactoryDefaultValue);
2737 switch (opd->FormFlag) {
2741 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MinimumValue);
2742 ptp_free_devicepropvalue (opd->DataType, &opd
[all...]
/external/aac/libSBRenc/src/
H A Dps_bitenc.h127 /* opd data */
129 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
H A Dps_bitenc.cpp533 psOut->opd[env],
604 /* write ipd opd data */
608 /* byte align the ipd opd data */
/external/qemu/
H A Dia64.ld73 .opd : { *(.opd) }
/external/linux-tools-perf/util/
H A Dsymbol.c1119 opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx);
1182 u64 *opd = opddata->d_buf + offset; local
1183 sym.st_value = *opd;

Completed in 165 milliseconds