HomeSort by relevance Sort by last modified time
    Searched defs:frametype (Results 1 - 2 of 2) 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...]

Completed in 238 milliseconds