HomeSort by relevance Sort by last modified time
    Searched refs:component_id (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_dec_jpeg.h 63 unsigned char component_id; member in struct:_VAPictureParameterBufferJPEGBaseline::__anon42385
va_enc_jpeg.h 104 unsigned char component_id[4]; member in struct:_VAEncPictureParameterBufferJPEG
va_trace.c     [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 90 unsigned int component_id; member in struct:jpeg_sos::__anon42303
tinyjpeg.c 287 priv->cur_sos.components[i].component_id = cid;
626 pic_param.components[i].component_id = priv->component_infos[i].cid;
783 slice_param.components[i].component_selector = priv->cur_sos.components[i].component_id; /* FIXME: set to values specified in SOS */
  /external/libjpeg-turbo/
jdapimin.c 155 int cid0 = cinfo->comp_info[0].component_id;
156 int cid1 = cinfo->comp_info[1].component_id;
157 int cid2 = cinfo->comp_info[2].component_id;
jctrans.c 118 outcomp->component_id = incomp->component_id;
jcmarker.c 311 emit_byte(cinfo, compptr->component_id);
333 emit_byte(cinfo, compptr->component_id);
jcparam.c 330 compptr->component_id = (id), \
jdmarker.c 285 INPUT_BYTE(cinfo, compptr->component_id, return FALSE);
292 compptr->component_id, compptr->h_samp_factor,
338 if (cc == compptr->component_id && !cinfo->cur_comp_info[ci])
    [all...]
jpeglib.h 123 int component_id; /* identifier for this component (0..255) */ member in struct:__anon23591
    [all...]
turbojpeg.c     [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdapimin.c 143 int cid0 = cinfo->comp_info[0].component_id;
144 int cid1 = cinfo->comp_info[1].component_id;
145 int cid2 = cinfo->comp_info[2].component_id;
fpdfapi_jdmarker.c 290 INPUT_BYTE(cinfo, compptr->component_id, return FALSE);
295 if (compptr->component_id == cinfo->comp_info[i].component_id) break;
298 compptr->component_id += 0xf0;
307 compptr->component_id, compptr->h_samp_factor,
351 if (cc == cinfo->cur_comp_info[j]->component_id) break;
359 if (cc == compptr->component_id)
    [all...]
fpdfapi_jctrans.c 108 outcomp->component_id = incomp->component_id;
fpdfapi_jcmarker.c 300 emit_byte(cinfo, compptr->component_id);
322 emit_byte(cinfo, compptr->component_id);
fpdfapi_jcparam.c 398 compptr->component_id = (id), \
jpeglib.h 222 int component_id; /* identifier for this component (0..255) */ member in struct:__anon29442
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 589 uint8_t component_id; local
590 for (component_id = 0; component_id < ctx->pic_params->num_components; component_id++) {
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 670 // given value of |component_id|. The default candidate should be the one most
673 // The value of |component_id| currently supported are 1 (RTP) and 2 (RTCP).
678 int component_id, std::string* port,
687 if (it->component() != component_id) {
1003 int component_id = 0; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 782 milliseconds

1 2