HomeSort by relevance Sort by last modified time
    Searched refs:mode_set (Results 1 - 6 of 6) sorted by null

  /external/opencore/fileformats/mp4/composer/include/
amrdecoderspecificinfo3gpp.h 48 void setModeSet(uint16 mode_set)
50 _mode_set = mode_set;
amrsampleentry.h 47 void setModeSet(uint16 mode_set)
51 pAMRSpecificAtom->setModeSet(mode_set);
  /external/opencore/fileformats/mp4/composer/src/
sampledescriptionatom.cpp 415 unsigned short mode_set = 0; local
424 mode_set = entry->getModeSet();
427 mode_set |= AMRModeSetMask[(int)audio_frame_type];
429 entry->setModeSet(mode_set);
mpeg4file.cpp 799 uint32 mode_set = 0; local
802 mode_set = AMRModeSetMask[(flags&0x0f)];
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 413 u32 mode_set = mode; local
416 switch(mode_set)
419 mode_set = SG_OPPORTUNISTIC;
422 mode_set = SG_PROTECTIVE;
425 mode_set = SG_DISABLE;
434 &mode_set, sizeof(u32), NULL, 0))
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 413 u32 mode_set = mode; local
416 switch(mode_set)
419 mode_set = SG_OPPORTUNISTIC;
422 mode_set = SG_PROTECTIVE;
425 mode_set = SG_DISABLE;
434 &mode_set, sizeof(u32), NULL, 0))
    [all...]

Completed in 81 milliseconds