HomeSort by relevance Sort by last modified time
    Searched defs:pParams (Results 1 - 25 of 32) sorted by null

1 2

  /external/aac/libAACdec/src/
aacdec_drc.cpp 124 CDrcParams *pParams;
135 pParams = &self->params;
136 pParams->bsDelayEnable = 0;
137 pParams->cut = FL2FXCONST_DBL(0.0f);
138 pParams->usrCut = FL2FXCONST_DBL(0.0f);
139 pParams->boost = FL2FXCONST_DBL(0.0f);
140 pParams->usrBoost = FL2FXCONST_DBL(0.0f);
141 pParams->targetRefLevel = -1;
142 pParams->expiryFrame = AACDEC_DRC_DFLT_EXPIRY_FRAMES;
143 pParams->applyDigitalNorm = 0
    [all...]
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 62 void *pParams;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 199 PCWPSTRUCT pParams = (PCWPSTRUCT)lParam;
209 if (pParams->message == WM_WINDOWPOSCHANGED) {
214 LPWINDOWPOS lpWindowPos = (LPWINDOWPOS)pParams->lParam;
218 fb = stw_framebuffer_from_hwnd( pParams->hwnd );
227 else if (pParams->message == WM_DESTROY) {
229 fb = stw_framebuffer_from_hwnd_locked( pParams->hwnd );
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 199 PCWPSTRUCT pParams = (PCWPSTRUCT)lParam;
209 if (pParams->message == WM_WINDOWPOSCHANGED) {
214 LPWINDOWPOS lpWindowPos = (LPWINDOWPOS)pParams->lParam;
218 fb = stw_framebuffer_from_hwnd( pParams->hwnd );
227 else if (pParams->message == WM_DESTROY) {
229 fb = stw_framebuffer_from_hwnd_locked( pParams->hwnd );
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 141 CPDF_Object* pParams = pDict->GetElementValue("DecodeParms");
143 if (pParams && pParams->GetType() != PDFOBJ_ARRAY) {
144 pParams = NULL;
149 if (pParams) {
150 pParam = ((CPDF_Array*)pParams)->GetDict(i);
162 if (pParams && pParams->GetType() != PDFOBJ_DICTIONARY) {
163 pParams = NULL;
165 pFirstFilter = FPDF_CreateFilter(pDecoder->GetString(), (CPDF_Dictionary*)pParams, width, height);
    [all...]
fpdf_parser_decode.cpp 194 const CPDF_Dictionary* pParams)
202 if (pParams) {
203 K = pParams->GetInteger(FX_BSTRC("K"));
204 EndOfLine = pParams->GetInteger(FX_BSTRC("EndOfLine"));
205 ByteAlign = pParams->GetInteger(FX_BSTRC("EncodedByteAlign"));
206 BlackIs1 = pParams->GetInteger(FX_BSTRC("BlackIs1"));
207 Columns = pParams->GetInteger(FX_BSTRC("Columns"), 1728);
208 Rows = pParams->GetInteger(FX_BSTRC("Rows"));
240 int nComps, int bpc, const CPDF_Dictionary* pParams)
245 if (pParams) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 558 if(pComponentPrivate->pParams!=NULL){
559 free(pComponentPrivate->pParams);
560 pComponentPrivate->pParams = NULL;
672 G729DEC_AudioCodecParams *pParams = NULL;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 269 const CPDF_Dictionary* pParams);
272 FX_DWORD FPDFAPI_FlateOrLZWDecode(FX_BOOL bLZW, const FX_BYTE* src_buf, FX_DWORD src_size, CPDF_Dictionary* pParams,
315 CPDF_Array* pParams = pDict->GetArray(FX_BSTRC("DecodeParms"));
316 if (pParams) {
317 pParam = pParams->GetDict(0);
383 CPDF_Array* pParams = pDict->GetArray(FX_BSTRC("DecodeParms"));
384 if (pParams) {
385 pParams->RemoveAt(0);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 507 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pParams);
649 G711DEC_AudioCodecParams *pParams = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 584 OMX_MEMFREE_STRUCT_DSPALIGN(pComponentPrivate->pParams,AMRDEC_AudioCodecParams);
696 AMRDEC_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 553 OMX_MEMFREE_STRUCT_DSPALIGN(pComponentPrivate->pParams, WBAMR_DEC_AudioCodecParams);
672 WBAMR_DEC_AudioCodecParams *pParams;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 575 const CPDF_Dictionary* pParams);
577 int nComps, int bpc, const CPDF_Dictionary* pParams);
586 const CPDF_Dictionary* pParams = m_pStreamAcc->GetImageParam();
588 m_pDecoder = FPDFAPI_CreateFaxDecoder(src_data, src_size, m_Width, m_Height, pParams);
591 m_nComponents, pParams ? pParams->GetInteger(FX_BSTR("ColorTransform"), 1) : 1);
604 m_pDecoder = FPDFAPI_CreateFlateDecoder(src_data, src_size, m_Width, m_Height, m_nComponents, m_bpc, pParams);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 449 G722ENC_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 611 G726ENC_AudioCodecParams *pParams;
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 433 AACENC_AudioCodecParams* pParams;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 692 G711DEC_AudioCodecParams *pParams;
OMX_G711Decoder.h 618 G711DEC_AudioCodecParams *pParams;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 764 G711ENC_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 399 G722D_USN_AudioCodecParams *pParams;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 415 G726D_USN_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 534 G729DEC_AudioCodecParams *pParams;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 799 G729ENC_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 542 USN_AudioCodecParams *pParams;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 725 AMRDEC_AudioCodecParams *pParams;

Completed in 995 milliseconds

1 2