Searched defs:codec (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c1222 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "Destroy the codec");
1236 OMX_PRDSP2 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "Destroy the codec %d",eError);
1291 OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "message to codec");
1448 * @param size - Buffer header address, that needs to be sent to codec
1449 * @param pArmPtr - Message used to send the buffer to codec
1575 LCML_DSP_INTERFACE *codec; local
1583 codec = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE*)hInterface->pCodecinterfacehandle)->pCodec);
1584 if(codec != NULL)
1586 pthread_mutex_destroy(&codec->m_isStopped_mutex);
1587 pthread_mutex_lock(&codec
1633 LCML_DSP_INTERFACE *codec; local
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h266 struct snd_codec codec; member in struct:snd_compr_params
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device.cpp201 bool venc_dev::venc_open(OMX_U32 codec) argument
253 if(codec == OMX_VIDEO_CodingMPEG4)
262 else if(codec == OMX_VIDEO_CodingH263)
271 if(codec == OMX_VIDEO_CodingAVC)
2718 DEBUG_PRINT_LOW("\n Init profile table for respective codec");
2857 DEBUG_PRINT_LOW("\n Invalid codec type");
2970 DEBUG_PRINT_ERROR("%s: unknown codec type", __func__);
H A Dvideo_encoder_device_copper.cpp239 bool venc_dev::venc_open(OMX_U32 codec) argument
280 if(codec == OMX_VIDEO_CodingMPEG4)
289 else if(codec == OMX_VIDEO_CodingH263)
298 if(codec == OMX_VIDEO_CodingAVC)
2796 DEBUG_PRINT_LOW("\n Init profile table for respective codec");
2947 DEBUG_PRINT_LOW("\n Invalid codec type");

Completed in 114 milliseconds