Home
last modified time | relevance | path

Searched refs:native_format (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/aplay/
Daplay.c1004 int big_endian, native_format; in test_wavefile() local
1083 native_format = SND_PCM_FORMAT_S16_BE; in test_wavefile()
1085 native_format = SND_PCM_FORMAT_S16_LE; in test_wavefile()
1087 hwparams.format != native_format) in test_wavefile()
1089 snd_pcm_format_name(native_format)); in test_wavefile()
1090 hwparams.format = native_format; in test_wavefile()
1096 native_format = SND_PCM_FORMAT_S24_3BE; in test_wavefile()
1098 native_format = SND_PCM_FORMAT_S24_3LE; in test_wavefile()
1100 hwparams.format != native_format) in test_wavefile()
1102 snd_pcm_format_name(native_format)); in test_wavefile()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c113 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member
746 enum pipe_format output_format = mgr->ve->native_format[i]; in u_vbuf_translate_begin()
902 ve->native_format[i] = format; in u_vbuf_create_vertex_elements()
904 util_format_get_blocksize(ve->native_format[i]); in u_vbuf_create_vertex_elements()
/third_party/chromium/patch/
D0003-ohos-1115.patch257616 +ClipboardFormatType::ClipboardFormatType(const std::string& native_format)
257617 + : data_(native_format) {}