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

  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 229 Channel iChannel = System.inheritedChannel();
230 assertNull("Incorrect value of channel", iChannel);
233 sp.inheritedChannel(), iChannel);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 651 OMX_U16 iChannel;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
endpointvolume.h 614 UINT iChannel,
727 UINT iChannel,
764 #define IAudioEndpointVolumeEx_GetVolumeRangeChannel(This,iChannel,pflVolumeMindB,pflVolumeMaxdB,pflVolumeIncrementdB) (This)->lpVtbl->GetVolumeRangeChannel(This,iChannel,pflVolumeMindB,pflVolumeMaxdB,pflVolumeIncrementdB)
    [all...]
audioengineendpoint.h 262 STDMETHOD_(HRESULT,GetVolumeRangeChannel)(THIS_ UINT iChannel,float *pflVolumeMinDB,float *pflVolumeMaxDB,float *pflVolumeIncrementDB) PURE;
288 #define IAudioEndpointVolumeEx_GetVolumeRangeChannel(This,iChannel,pflVolumeMinDB,pflVolumeMaxDB,pflVolumeIncrementDB) (This)->lpVtbl->GetVolumeRangeChannel(This,iChannel,pflVolumeMinDB,pflVolumeMaxDB,pflVolumeIncrementDB)
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 586 OMX_U16 iChannel;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
OMX_WmaDecoder.c 290 pComponentPrivate->pHeaderInfo->iChannel = 1 ;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]

Completed in 463 milliseconds