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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp 246 FrameType frametype; local
262 frametype = FTYPE_IDR;
265 frametype = FTYPE_I;
268 frametype = FTYPE_I;
270 frametype = FTYPE_P;
273 frametype = FTYPE_I;
277 frametype = FTYPE_B;
279 frametype = FTYPE_P;
281 frametype = FTYPE_B
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 524 *frameType Tio save the frame type
529 unsigned long frameType; /* 0: voice frame (80 bytes), 1: SID frame (22 bytes), 2: No Data (0 bytes), 3: Frame lost */
716 OMX_S16 frametype; member in struct:G711ENC_COMPONENT_PRIVATE
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 963 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype)
969 wpa_printf(MSG_DEBUG, "%s buflen = %lu frametype=%u", __func__,
970 (unsigned long) len, frametype);
974 beac_ie->app_frmtype = frametype;
979 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) ||
980 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) &&
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 219 arr[8] = pComponentPrivate->frametype;
    [all...]
OMX_G711Encoder.c 374 /*pComponentPrivate->frametype = 0;
    [all...]

Completed in 284 milliseconds