HomeSort by relevance Sort by last modified time
    Searched full:pformat (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /frameworks/av/include/media/
IMediaPlayerService.h 53 audio_format_t* pFormat,
56 int* pNumChannels, audio_format_t* pFormat,
IAudioFlinger.h 148 audio_format_t *pFormat,
162 audio_format_t *pFormat,
mediaplayer.h 228 audio_format_t* pFormat,
231 int* pNumChannels, audio_format_t* pFormat,
  /frameworks/wilhelm/tests/listening/
seekTorture.c 69 audiosrc.pFormat = &mime;
71 audiosnk.pFormat = NULL;
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 32 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate);
49 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics);
AudioHardwareStub.cpp 119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate)
121 if (pFormat) *pFormat = format();
168 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate,
AudioHardwareGeneric.h 46 int *pFormat,
79 int *pFormat,
A2dpAudioInterface.h 82 int *pFormat,
  /frameworks/wilhelm/tests/sandbox/
srcsink.c 52 audioSrc.pFormat = &format_pcm;
60 audioSnk.pFormat = NULL;
96 audioSnk.pFormat = (void *) 0xDEADBEEF;
101 audioSnk.pFormat = NULL;
configbq.c 117 audioSrc.pFormat = &format_pcm;
125 audioSnk.pFormat = NULL;
urimime.c 66 audioSrc.pFormat = &format_mime;
74 audioSnk.pFormat = NULL;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 90 audio_format_t* pFormat,
103 *pFormat = (audio_format_t)reply.readInt32();
111 int* pNumChannels, audio_format_t* pFormat,
126 *pFormat = (audio_format_t)reply.readInt32();
IAudioFlinger.cpp 387 audio_format_t *pFormat,
396 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT;
422 if (pFormat != NULL) *pFormat = format;
471 audio_format_t *pFormat,
477 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT;
494 if (pFormat != NULL) *pFormat = format
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 1436 enum pipe_format pformat; member in struct:exact_format_mapping
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 1436 enum pipe_format pformat; member in struct:exact_format_mapping
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 63 % (pprint.pformat(events), pprint.pformat(expected)))
test_sgmllib.py 119 #print >>sys.stderr, pprint.pformat(self.events)
123 "Expected:\n" + pprint.pformat(expected_events) +
124 "\nReceived:\n" + pprint.pformat(events))
135 % (source, pprint.pformat(parser.get_events())))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 63 % (pprint.pformat(events), pprint.pformat(expected)))
test_sgmllib.py 119 #print >>sys.stderr, pprint.pformat(self.events)
123 "Expected:\n" + pprint.pformat(expected_events) +
124 "\nReceived:\n" + pprint.pformat(events))
135 % (source, pprint.pformat(parser.get_events())))
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 121 int pformat = 0; local
154 wglChoosePixelFormatARB(hdc, iAttribs, fAttribs, 1, &pformat, &matches) && pformat ) {
167 return pformat;
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 310 audiosrc.pFormat = &pcm;
312 audiosnk.pFormat = NULL;
346 audiosrc.pFormat = NULL;
350 audiosnk.pFormat = &pcm;
  /hardware/libhardware/include/hardware/
audio_policy.h 275 audio_format_t *pFormat,
313 audio_format_t *pFormat,
395 audio_format_t *pFormat,
410 audio_format_t *pFormat,

Completed in 1054 milliseconds

12 3 4 5 6 7