Lines Matching defs:lcml_dsp

547 OMX_ERRORTYPE Fill_JpegEncLCMLInitParams(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent)
567 lcml_dsp->In_BufInfo.nBuffers = NUM_OF_BUFFERSJPEG;
568 lcml_dsp->In_BufInfo.nSize = pPortDefIn->nBufferSize;
569 lcml_dsp->In_BufInfo.DataTrMethod = DMM_METHOD;
571 lcml_dsp->Out_BufInfo.nBuffers = NUM_OF_BUFFERSJPEG;
572 lcml_dsp->Out_BufInfo.nSize = outbufsize;
573 lcml_dsp->Out_BufInfo.DataTrMethod = DMM_METHOD;
575 lcml_dsp->NodeInfo.nNumOfDLLs = OMX_JPEGENC_NUM_DLLS;
576 lcml_dsp->NodeInfo.AllUUIDs[0].uuid = (struct DSP_UUID * )&JPEGESOCKET_TI_UUID;
577 strcpy ((char *)lcml_dsp->NodeInfo.AllUUIDs[0].DllName,JPEG_ENC_NODE_DLL);
578 lcml_dsp->NodeInfo.AllUUIDs[0].eDllType = DLL_NODEOBJECT;
580 lcml_dsp->NodeInfo.AllUUIDs[1].uuid = (struct DSP_UUID * )&JPEGESOCKET_TI_UUID;
581 strcpy ((char *)lcml_dsp->NodeInfo.AllUUIDs[1].DllName,JPEG_ENC_NODE_DLL);
582 lcml_dsp->NodeInfo.AllUUIDs[1].eDllType = DLL_DEPENDENT;
584 lcml_dsp->NodeInfo.AllUUIDs[2].uuid =(struct DSP_UUID * ) &USN_UUID;
585 strcpy ((char *)lcml_dsp->NodeInfo.AllUUIDs[2].DllName,USN_DLL);
586 lcml_dsp->NodeInfo.AllUUIDs[2].eDllType = DLL_DEPENDENT;
588 lcml_dsp->NodeInfo.AllUUIDs[3].uuid =(struct DSP_UUID * ) &CONVERSIONS_UUID;
589 strcpy ((char *)lcml_dsp->NodeInfo.AllUUIDs[3].DllName,CONVERSIONS_DLL);
590 lcml_dsp->NodeInfo.AllUUIDs[3].eDllType = DLL_DEPENDENT;
593 lcml_dsp->NodeInfo.AllUUIDs[4].uuid =(struct DSP_UUID * ) &PPLIB_UUID;
594 strcpy ((char *)lcml_dsp->NodeInfo.AllUUIDs[4].DllName,PPLIB_DLL);
595 lcml_dsp->NodeInfo.AllUUIDs[4].eDllType = DLL_DEPENDENT;
597 lcml_dsp->SegID = 0;
598 lcml_dsp->Timeout = -1;
599 lcml_dsp->Alignment = 0;
600 lcml_dsp->Priority = 5;
604 lcml_dsp->ProfileID = 2 ;
607 lcml_dsp->ProfileID = 2 +1 ; // temporary fix meanwhile SN confirms is there's any problem with VGA profile ID
610 lcml_dsp->ProfileID = 3 ;
613 lcml_dsp->ProfileID = 4 ;
616 lcml_dsp->ProfileID = 5 ;
619 lcml_dsp->ProfileID = 6 ;
622 lcml_dsp->ProfileID = 7 ;
625 lcml_dsp->ProfileID = 8 ;
628 lcml_dsp->ProfileID = 9 ;
631 lcml_dsp->ProfileID = 10;
636 lcml_dsp->ProfileID = 2;
690 lcml_dsp->ProfileID +=3;
764 lcml_dsp->pCrPhArgs = ptCreateString;
1457 LCML_DSP *lcml_dsp;
1538 lcml_dsp = (((LCML_DSP_INTERFACE*)pLcmlHandle)->dspCodec);
1539 Fill_JpegEncLCMLInitParams(lcml_dsp,arr, pHandle);