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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h 125 IMG_UINT8 CBR;
lnc_hostcode.h 489 CBR = 0,
lnc_H264ES.c 260 VUI_Params.CBR = 1;
283 VUI_Params.CBR = 0;
    [all...]
lnc_hostheader.c 528 /* cbr_flag[0] (1 bit) = 0 for VBR, 1 for CBR */
529 lnc__write_upto8bits_elements(mtx_hdr, elt_p, VUIParams->CBR, 1);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 141 IMG_UINT8 CBR;
tng_hostheader.h 217 IMG_UINT8 CBR;
pnw_hostcode.h 520 CBR = 0,
pnw_H264ES.c 330 pVUI_Params->CBR = 0;
332 pVUI_Params->CBR = 1;
    [all...]
pnw_hostheader.c 449 /* cbr_flag[0] (1 bit) = 0 for VBR, 1 for CBR */
450 pnw__write_upto8bits_elements(mtx_hdr, elt_p, VUIParams->CBR, 1);
    [all...]
tng_trace.c     [all...]
tng_hostheader.c 464 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, VUIParams->CBR,1);// cbr_flag[0] (1 bit) = 0 for VBR, 1 for CBR
    [all...]
tng_hostcode.c     [all...]

Completed in 406 milliseconds