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 390 enum pipe_format pipeFormat;
437 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
440 if (pipeFormat == PIPE_FORMAT_NONE) {
444 pipeFormat = st_choose_format(st, intFormat, format, type,
447 assert(pipeFormat != PIPE_FORMAT_NONE);
450 mformat = st_pipe_format_to_mesa_format(pipeFormat);
458 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW);
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 211 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat);
212 if (Format_isValid(pipeFormat)) {
213 Pipe *pipe = new Pipe(mTeeSinkTrackFrames, pipeFormat);
215 const NBAIO_Format offers[1] = {pipeFormat};
    [all...]

Completed in 171 milliseconds