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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 488 enum pipe_format pipeFormat;
498 pipeFormat = st_mesa_format_to_pipe_format(mformat);
499 assert(pipeFormat);
506 pt = alloc_texture(st, width, height, pipeFormat);
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 184 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat);
185 if (Format_isValid(pipeFormat)) {
186 Pipe *pipe = new Pipe(mTeeSinkTrackFrames, pipeFormat);
188 const NBAIO_Format offers[1] = {pipeFormat};
    [all...]

Completed in 89 milliseconds