Searched refs:codec (Results 1 – 7 of 7) sorted by relevance
1575 LCML_DSP_INTERFACE *codec; in FreeResources() local1583 …codec = (LCML_DSP_INTERFACE *)(((LCML_CODEC_INTERFACE*)hInterface->pCodecinterfacehandle)->pCodec); in FreeResources()1584 if(codec != NULL) in FreeResources()1586 pthread_mutex_destroy(&codec->m_isStopped_mutex); in FreeResources()1587 pthread_mutex_lock(&codec->mutex); in FreeResources()1590 if(codec->g_aNotificationObjects[0]!= NULL) in FreeResources()1592 LCML_FREE(codec->g_aNotificationObjects[0]); in FreeResources()1593 codec->g_aNotificationObjects[0] = NULL; in FreeResources()1595 if(codec->g_aNotificationObjects[1]!= NULL) in FreeResources()1597 LCML_FREE(codec->g_aNotificationObjects[1]); in FreeResources()[all …]
218 compr_params.codec.id = compr_cap.codecs[FORMAT_MP3]; in play_file()221 compr_params.codec.id = compr_cap.codecs[FORMAT_AC3_PASS_THROUGH]; in play_file()222 printf("codec -d = %x\n", compr_params.codec.id); in play_file()
266 struct snd_codec codec; member
137 bool venc_set_multislice_cfg(OMX_INDEXTYPE codec, OMX_U32 slicesize);
246 bool venc_set_multislice_cfg(OMX_INDEXTYPE codec, OMX_U32 slicesize);
238 bool venc_dev::venc_open(OMX_U32 codec) in venc_open() argument279 if(codec == OMX_VIDEO_CodingMPEG4) in venc_open()288 else if(codec == OMX_VIDEO_CodingH263) in venc_open()297 if(codec == OMX_VIDEO_CodingAVC) in venc_open()
200 bool venc_dev::venc_open(OMX_U32 codec) in venc_open() argument252 if(codec == OMX_VIDEO_CodingMPEG4) in venc_open()261 else if(codec == OMX_VIDEO_CodingH263) in venc_open()270 if(codec == OMX_VIDEO_CodingAVC) in venc_open()