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

  /hardware/intel/common/libmix/mix_video/src/
mixvideodef.h 45 } MixIOVec;
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 115 * MixIOVec:
124 } MixIOVec;
154 MIX_RESULT (*decode) (MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize);
155 MIX_RESULT (*capture_encode) (MixAudio *mix, MixIOVec *iovout, gint iovoutcnt);
308 * @iovin: a pointer to an array of #MixIOVec structure that contains the input buffers
310 * @iovout: a pointer to an arrya of #MixIOVec structure that represent the output buffer. During input, each size in the #MixIOVec array represents the available buffer size pointed to by data. Upon return, each size value will be updated to reflect how much data has been filled. This parameter is ignored if stream is configured to #MIX_DECODE_DIRECTRENDER. See mix_audio_configure() for more detail.
333 MIX_RESULT mix_audio_decode(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize)
    [all...]

Completed in 480 milliseconds