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

  /external/libjpeg-turbo/
jcmarker.c 127 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) function
167 emit_marker(cinfo, M_DQT);
206 emit_marker(cinfo, M_DHT);
256 emit_marker(cinfo, M_DAC);
279 emit_marker(cinfo, M_DRI);
294 emit_marker(cinfo, code);
325 emit_marker(cinfo, M_SOS);
369 emit_marker(cinfo, M_APP0);
408 emit_marker(cinfo, M_APP14);
449 emit_marker(cinfo, (JPEG_MARKER) marker)
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmarker.c 122 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) function
162 emit_marker(cinfo, M_DQT);
201 emit_marker(cinfo, M_DHT);
246 emit_marker(cinfo, M_DAC);
268 emit_marker(cinfo, M_DRI);
283 emit_marker(cinfo, code);
314 emit_marker(cinfo, M_SOS);
364 emit_marker(cinfo, M_APP0);
403 emit_marker(cinfo, M_APP14);
444 emit_marker(cinfo, (JPEG_MARKER) marker)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_draw.h 65 emit_marker(ring, 7);
85 emit_marker(ring, 7);
fd4_emit.c 509 emit_marker(ring, 5);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.h 60 emit_marker(ring, 7);
94 emit_marker(ring, 7);
freedreno_util.h 181 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx);
352 emit_marker(ring, 6);
363 emit_marker(ring, 6);
397 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) function
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 495 emit_marker(ring, 5);
    [all...]

Completed in 129 milliseconds