/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | bitstream.cpp | 49 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream) in BitstreamFillCache() 124 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size) in BitstreamReset() 140 int BitstreamOpen(BitstreamDecVideo *stream, int) in BitstreamOpen() 175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) in BitstreamShowBits32HC() 193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32() 215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() 238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits() 257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits() 270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() 286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() [all …]
|
D | vlc_decode.cpp | 103 PV_STATUS DecodeUserData(BitstreamDecVideo *stream) in DecodeUserData() 135 BitstreamDecVideo *stream = video->bitstream; in PV_GetMBvectors() local 267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f) in PV_DecodeMBVec() 452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV() 503 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_intra() 536 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter() 557 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter_H263() 590 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra) in PV_VlcDecCBPY() 628 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size) in PV_VlcDecIntraDCPredSize() 839 PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef) in VlcDecTCOEFIntra() [all …]
|
D | bitstream.h | 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16() 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits() 83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits() 95 __inline uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits) in BitstreamReadBits16_INLINE() 110 __inline uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE()
|
D | packet_util.cpp | 33 BitstreamDecVideo *stream = video->bitstream; in PV_ReadVideoPacketHeader() local 148 BitstreamDecVideo *stream = video->bitstream; in PV_GobHeader() local 199 BitstreamDecVideo *stream = video->bitstream; in PV_H263SliceHeader() local
|
D | vop.cpp | 86 BitstreamDecVideo *stream; in DecodeVOLHeader() local 744 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base) in DecodeGOVHeader() 812 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader() local 1022 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader() local
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioAudio.cpp | 105 static AudioStream *convertAAudioStreamToAudioStream(AAudioStream* stream) in convertAAudioStreamToAudioStream() 241 AAUDIO_API aaudio_result_t AAudioStream_close(AAudioStream* stream) in AAudioStream_close() 253 AAUDIO_API aaudio_result_t AAudioStream_requestStart(AAudioStream* stream) in AAudioStream_requestStart() 260 AAUDIO_API aaudio_result_t AAudioStream_requestPause(AAudioStream* stream) in AAudioStream_requestPause() 267 AAUDIO_API aaudio_result_t AAudioStream_requestFlush(AAudioStream* stream) in AAudioStream_requestFlush() 274 AAUDIO_API aaudio_result_t AAudioStream_requestStop(AAudioStream* stream) in AAudioStream_requestStop() 281 AAUDIO_API aaudio_result_t AAudioStream_waitForStateChange(AAudioStream* stream, in AAudioStream_waitForStateChange() 295 AAUDIO_API aaudio_result_t AAudioStream_read(AAudioStream* stream, in AAudioStream_read() 315 AAUDIO_API aaudio_result_t AAudioStream_write(AAudioStream* stream, in AAudioStream_write() 346 AAUDIO_API int32_t AAudioStream_getSampleRate(AAudioStream* stream) in AAudioStream_getSampleRate() [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | VolumeCurve.h | 52 VolumeCurve(device_category device, audio_stream_type_t stream) : in VolumeCurve() 160 audio_stream_type_t stream = static_cast<audio_stream_type_t>(i); in VolumeCurvesCollection() local 166 virtual status_t initStreamVolume(audio_stream_type_t stream, int indexMin, int indexMax) in initStreamVolume() 172 virtual void clearCurrentVolumeIndex(audio_stream_type_t stream) in clearCurrentVolumeIndex() 176 … virtual void addCurrentVolumeIndex(audio_stream_type_t stream, audio_devices_t device, int index) in addCurrentVolumeIndex() 180 … virtual bool canBeMuted(audio_stream_type_t stream) { return getCurvesFor(stream).canBeMuted(); } in canBeMuted() 182 virtual int getVolumeIndexMin(audio_stream_type_t stream) const in getVolumeIndexMin() 186 virtual int getVolumeIndexMax(audio_stream_type_t stream) const in getVolumeIndexMax() 190 virtual int getVolumeIndex(audio_stream_type_t stream, audio_devices_t device) in getVolumeIndex() 204 virtual float volIndexToDb(audio_stream_type_t stream, device_category cat, int indexInUi) const in volIndexToDb() [all …]
|
D | StreamDescriptor.h | 76 virtual int getVolumeIndexMin(audio_stream_type_t stream) const in getVolumeIndexMin() 80 virtual int getVolumeIndex(audio_stream_type_t stream, audio_devices_t device) in getVolumeIndex() 84 virtual int getVolumeIndexMax(audio_stream_type_t stream) const in getVolumeIndexMax() 93 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | StreamDescriptor.cpp | 104 for (size_t stream = 0 ; stream < AUDIO_STREAM_CNT; stream++) { in StreamDescriptorCollection() local 109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() 114 void StreamDescriptorCollection::clearCurrentVolumeIndex(audio_stream_type_t stream) in clearCurrentVolumeIndex() 119 void StreamDescriptorCollection::addCurrentVolumeIndex(audio_stream_type_t stream, in addCurrentVolumeIndex() 125 void StreamDescriptorCollection::setVolumeCurvePoint(audio_stream_type_t stream, in setVolumeCurvePoint() 132 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream, in getVolumeCurvePoint() 138 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin) in setVolumeIndexMin() 143 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax) in setVolumeIndexMax() 148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, in volIndexToDb() 157 status_t StreamDescriptorCollection::initStreamVolume(audio_stream_type_t stream, in initStreamVolume()
|
D | AudioOutputDescriptor.cpp | 88 void AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() 118 bool AudioOutputDescriptor::isStreamActive(audio_stream_type_t stream, in isStreamActive() 144 audio_stream_type_t stream, in setVolume() 298 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() 370 audio_stream_type_t stream, in setVolume() 434 audio_stream_type_t stream, in setVolume() 448 bool SwAudioOutputCollection::isStreamActive(audio_stream_type_t stream, uint32_t inPastMs) const in isStreamActive() 460 bool SwAudioOutputCollection::isStreamActiveRemotely(audio_stream_type_t stream, in isStreamActiveRemotely() 553 bool HwAudioOutputCollection::isStreamActive(audio_stream_type_t stream, uint32_t inPastMs) const in isStreamActive()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 54 BitstreamEncVideo *stream; in BitStreamCreateEnc() local 93 Void BitstreamCloseEnc(BitstreamEncVideo *stream) in BitstreamCloseEnc() 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits() 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits() 207 PV_STATUS BitstreamSaveWord(BitstreamEncVideo *stream) in BitstreamSaveWord() 257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction) in BitstreamSavePartial() 326 Int BitstreamShortHeaderByteAlignStuffing(BitstreamEncVideo *stream) in BitstreamShortHeaderByteAlignStuffing() 355 Int BitstreamMpeg4ByteAlignStuffing(BitstreamEncVideo *stream) in BitstreamMpeg4ByteAlignStuffing() 760 Int BitstreamGetPos(BitstreamEncVideo *stream) in BitstreamGetPos() 766 void BitstreamEncReset(BitstreamEncVideo *stream) in BitstreamEncReset() [all …]
|
D | vop.cpp | 128 BitstreamEncVideo *stream = video->bitstream1; in EncodeVop_NoME() local 197 BitstreamEncVideo *stream = video->bitstream1; /* different from frame-based */ in EncodeSlice() local 276 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds) in EncodeGOVHeader() 314 BitstreamEncVideo *stream = currVol->stream; in EncodeVopNotCoded() local 353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop) in EncodeVOPHeader() 412 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop) in EncodeShortHeader()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | stream.c | 26 void voAWB_InitFrameBuffer(FrameStream *stream) in voAWB_InitFrameBuffer() 36 FrameStream *stream, in voAWB_UpdateFrameBuffer() 50 void voAWB_FlushFrameBuffer(FrameStream *stream) in voAWB_FlushFrameBuffer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/car/ |
D | CarVolumeDialogController.java | 67 protected void setAudioManagerStreamVolume(int stream, int level, int flag) { in setAudioManagerStreamVolume() 80 protected int getAudioManagerStreamVolume(int stream) { in getAudioManagerStreamVolume() 95 protected int getAudioManagerStreamMaxVolume(int stream) { in getAudioManagerStreamMaxVolume() 110 protected int getAudioManagerStreamMinVolume(int stream) { in getAudioManagerStreamMinVolume()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ParserFactory.java | 59 InputStream stream = new FileInputStream(f); in create() local 63 public static XmlPullParser create(@NonNull InputStream stream, @Nullable String name) in create() 69 private static XmlPullParser create(@NonNull InputStream stream, @Nullable String name, in create() 98 private static InputStream readAndClose(@NonNull InputStream stream, @Nullable String name, in readAndClose()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPParserTest.java | 51 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getVenueNamePayload() local 65 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getDomainNamePayload() local 84 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getRoamingConsortiumPayload() local 103 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getNAIRealmPayload() local 121 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getThreeGPPNetworkPayload() local 143 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getVendorSpecificPayload() local 209 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getHSConnectionCapabilityPayload() local 228 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getI18NameListPayload() local
|
D | DomainNameElementTest.java | 49 private void appendDomain(ByteArrayOutputStream stream, String domain) throws IOException { in appendDomain() 62 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in getTestData() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | IconLoader.java | 47 InputStream stream = getIcon(resourceDir); in getIcon() local 77 InputStream stream = getIcon(resourceDir, mDesiredDensity); in getIcon() local 113 InputStream stream = getClass().getResourceAsStream(mCurrentPath.toString()); in getIcon() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 144 protected void setAudioManagerStreamVolume(int stream, int level, int flag) { in setAudioManagerStreamVolume() 148 protected int getAudioManagerStreamVolume(int stream) { in getAudioManagerStreamVolume() 152 protected int getAudioManagerStreamMaxVolume(int stream) { in getAudioManagerStreamMaxVolume() 156 protected int getAudioManagerStreamMinVolume(int stream) { in getAudioManagerStreamMinVolume() 257 public void setStreamMute(int stream, boolean mute) { in setStreamMute() 262 public void setStreamVolume(int stream, int level) { in setStreamVolume() 267 public void setActiveStream(int stream) { in setActiveStream() 308 private boolean checkRoutedToBluetoothW(int stream) { in checkRoutedToBluetoothW() 321 private boolean onVolumeChangedW(int stream, int flags) { in onVolumeChangedW() 491 private void onSetStreamMuteW(int stream, boolean mute) { in onSetStreamMuteW() [all …]
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 144 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream, in getOutput() 166 audio_stream_type_t *stream, in getOutputForAttr() 191 audio_stream_type_t stream, in startOutput() 218 audio_stream_type_t stream, in stopOutput() 233 audio_stream_type_t stream, in doStopOutput() 254 audio_stream_type_t stream, in releaseOutput() 265 audio_stream_type_t stream, in doReleaseOutput() 430 status_t AudioPolicyService::initStreamVolume(audio_stream_type_t stream, in initStreamVolume() 448 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream, in setStreamVolumeIndex() 467 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() [all …]
|
/frameworks/rs/ |
D | rsScriptC.h | 54 virtual void serialize(Context *rsc, OStream *stream) const { } in serialize() 56 static Type *createFromStream(Context *rsc, IStream *stream) { return nullptr; } in createFromStream()
|
/frameworks/av/media/libaudioclient/ |
D | IAudioPolicyService.cpp | 162 audio_stream_type_t stream, in getOutput() 190 audio_stream_type_t *stream, in getOutputForAttr() 253 audio_stream_type_t stream, in startOutput() 266 audio_stream_type_t stream, in stopOutput() 279 audio_stream_type_t stream, in releaseOutput() 367 virtual status_t initStreamVolume(audio_stream_type_t stream, in initStreamVolume() 380 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, in setStreamVolumeIndex() 393 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() 408 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) in getStrategyForStream() 417 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Picture.java | 147 public static Picture createFromStream(InputStream stream) { in createFromStream() 162 public void writeToStream(OutputStream stream) { in writeToStream() 175 private static native long nativeCreateFromStream(InputStream stream, byte[] storage); in nativeCreateFromStream() 182 OutputStream stream, byte[] storage); in nativeWriteToStream()
|
/frameworks/base/core/jni/android/graphics/ |
D | CreateJavaOutputStreamAdaptor.cpp | 139 SkStream* CreateJavaInputStreamAdaptor(JNIEnv* env, jobject stream, in CreateJavaInputStreamAdaptor() 145 static SkMemoryStream* adaptor_to_mem_stream(SkStream* stream) { in adaptor_to_mem_stream() 167 SkStreamRewindable* CopyJavaInputStream(JNIEnv* env, jobject stream, in CopyJavaInputStream() 183 SkJavaOutputStream(JNIEnv* env, jobject stream, jbyteArray storage) in SkJavaOutputStream() 243 SkWStream* CreateJavaOutputStreamAdaptor(JNIEnv* env, jobject stream, in CreateJavaOutputStreamAdaptor()
|
D | MovieImpl.cpp | 87 SkMemoryStream stream(data, length, false); in DecodeMemory() local 92 std::unique_ptr<SkStreamRewindable> stream = SkStream::MakeFromFile(path); in DecodeFile() local
|