/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Resource.cpp | 277 templat.format = PIPE_FORMAT_R8_UINT; in CreateResource() 280 templat.format = FormatTranslate(pCreateResource->Format, bindDepthStencil); in CreateResource() 295 templat.format, in CreateResource() 300 debug_printf("%s: unsupported format %s\n", in CreateResource() 301 __FUNCTION__, util_format_name(templat.format)); in CreateResource() 366 templat.format, in CreateResource() 607 if (src_resource->format == dst_resource->format) { in areResourcesCompatible() 629 src_format_desc = util_format_description(src_resource->format); in areResourcesCompatible() 630 dst_format_desc = util_format_description(dst_resource->format); in areResourcesCompatible() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldtfmt.cpp | 162 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format() function in RelativeDateFormat 201 fDateTimeFormatter->format(cal,appendTo,pos); in format() 207 fDateTimeFormatter->format(cal,appendTo,pos); in format() 221 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status); in format() 223 fDateTimeFormatter->format(cal,appendTo,pos); in format() 232 RelativeDateFormat::format(const Formattable& obj, in format() function in RelativeDateFormat 238 // (the previous format() override would hide the version of in format() 239 // format() on DateFormat that this function correspond to, so we in format() 241 return DateFormat::format(obj, appendTo, pos, status); in format() 307 fDateTimeFormatter->format(*tempCa in parse() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 37 #include "util/format/u_format.h" 285 ps->format = pt->format; in pipe_surface_reset() 307 s1->format == s2->format && in pipe_surface_equal() 336 buffer.format = PIPE_FORMAT_R8_UNORM; /* want TYPELESS or similar */ in pipe_buffer_create() 357 buffer.format = PIPE_FORMAT_R8_UNORM; in pipe_buffer_create_const0() 756 dst->format = src->format; in util_copy_image_view() 762 dst->format in util_copy_image_view() [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | TestNumberingScheme.java | 328 /** Sets the format assigned to the ranges. */ 329 public RangeModifier setFormat(FormatSpec format) { in setFormat() argument 331 formats.computeIfAbsent(format, f -> String.format("__fmt_%02d", formats.size() + 1)); in setFormat() 336 public RangeModifier setFormat(String id, FormatSpec format) { in setFormat() argument 337 formats.put(format, id); in setFormat() 342 /** Clears the format assigned to the ranges. */ 370 /** Sets the format assigned to the shortcodes. */ 371 public ShortcodeModifier setFormat(FormatSpec format) { in setFormat() argument 373 formats.computeIfAbsent(format, in setFormat() 379 setFormat(String id, FormatSpec format) setFormat() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 71 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool cubemap) in makeImageCreateInfo() argument 83 format, // VkFormat format; in makeImageCreateInfo() 122 const VkFormat format); 130 SampleDrawnCubeFaceTestInstance::SampleDrawnCubeFaceTestInstance (Context& context, const IVec2& size, const VkFormat format) in SampleDrawnCubeFaceTestInstance() argument 133 , m_format (format) in SampleDrawnCubeFaceTestInstance() 213 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 219 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 469 const VkFormat format); 482 const VkFormat format) in SampleDrawnCubeFaceTest() 479 SampleDrawnCubeFaceTest(tcu::TestContext& testCtx, const std::string& name, const tcu::IVec2& size, const VkFormat format) SampleDrawnCubeFaceTest() argument 554 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; createImageSampleDrawnCubeFaceTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 71 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool cubemap) in makeImageCreateInfo() argument 83 format, // VkFormat format; in makeImageCreateInfo() 122 const VkFormat format); 130 SampleDrawnCubeFaceTestInstance::SampleDrawnCubeFaceTestInstance (Context& context, const IVec2& size, const VkFormat format) in SampleDrawnCubeFaceTestInstance() argument 133 , m_format (format) in SampleDrawnCubeFaceTestInstance() 213 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 219 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 470 const VkFormat format); 484 const VkFormat format) in SampleDrawnCubeFaceTest() 480 SampleDrawnCubeFaceTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const tcu::IVec2& size, const VkFormat format) SampleDrawnCubeFaceTest() argument 556 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; createImageSampleDrawnCubeFaceTests() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 93 ResultData createTexture1D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture1D() argument 101 gl.texImage1D(GL_TEXTURE_1D, 0, internalFormat, WIDTH, 0, format, type, &data[0]); in createTexture1D() 108 GLenum format, GLenum type) in createTexture2D() 116 gl.texSubImage2D(target, 0, 0, 0, WIDTH, HEIGHT, format, type, &data[0]); in createTexture2D() 122 ResultData createTexture3D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture3D() argument 131 gl.texSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, WIDTH, HEIGHT, 1, format, type, &data[0]); in createTexture3D() 137 ResultData createCubeMap(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, GLenum type) in createCubeMap() argument 148 gl.texSubImage2D(faces[i], 0, 0, 0, WIDTH, HEIGHT, format, type, &data[0]); in createCubeMap() 154 ResultData createTexture2DArray(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture2DArray() argument 163 gl.texSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, WIDTH, HEIGHT, 1, format, typ in createTexture2DArray() 107 createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum internalFormat, GLenum format, GLenum type) createTexture2D() argument [all...] |
H A D | glcShaderMultisampleInterpolationTests.cpp | 309 "Test sample count greater than samples that the format supports"); in iterate() 650 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); ++format) in init() 652 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() 660 formats[format].internalFormat, formats[format].textureFormat, formats[format].sampler, in init() 661 formats[format].outType, formats[format] in init() [all...] |
H A D | glcTextureFilterAnisotropicTests.cpp | 106 * @param format Format of data 111 GLuint depth, GLenum format, GLenum type, const GLvoid* data) in texImage() 116 gl.texImage2D(target, level, internal_format, width, height, 0 /* border */, format, type, data); in texImage() 120 gl.texImage3D(target, level, internal_format, width, height, depth, 0 /* border */, format, type, data); in texImage() 139 * @param format Format of data 144 GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) in subImage() 149 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels); in subImage() 153 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format, type, pixels); in subImage() 478 GLenum format = m_supportedInternalFormats[iFormat]; in iterate() local 484 fillTexture(gl, target, format); in iterate() 110 texImage(const Functions& gl, GLenum target, GLint level, GLenum internal_format, GLuint width, GLuint height, GLuint depth, GLenum format, GLenum type, const GLvoid* data) texImage() argument 143 subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) subImage() argument [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.cpp | 22 VkFormat format) { in MakeStencil() 29 format, in MakeStencil() 40 VkFormat format, in MakeMSAA() 55 format, in MakeMSAA() 65 VkFormat format, in MakeTexture() 85 format, in MakeTexture() 135 VkFormat format, in Make() 143 imageDesc.fFormat = format; in Make() 369 VkImageAspectFlags vk_format_to_aspect_flags(VkFormat format) { in vk_format_to_aspect_flags() argument 370 switch (format) { in vk_format_to_aspect_flags() 19 MakeStencil(GrVkGpu* gpu, SkISize dimensions, int sampleCnt, VkFormat format) MakeStencil() argument 37 MakeMSAA(GrVkGpu* gpu, SkISize dimensions, int numSamples, VkFormat format, GrProtected isProtected, GrMemoryless memoryless) MakeMSAA() argument 63 MakeTexture(GrVkGpu* gpu, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrRenderable renderable, int numSamples, SkBudgeted budgeted, GrProtected isProtected) MakeTexture() argument 131 Make(GrVkGpu* gpu, SkISize dimensions, UsageFlags attachmentUsages, int sampleCnt, VkFormat format, uint32_t mipLevels, VkImageUsageFlags vkUsageFlags, GrProtected isProtected, GrMemoryless memoryless, SkBudgeted budgeted) Make() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | reldtfmt.cpp | 154 UnicodeString& RelativeDateFormat::format( Calendar& cal, in format() function in RelativeDateFormat 193 fDateTimeFormatter->format(cal,appendTo,pos); in format() 199 fDateTimeFormatter->format(cal,appendTo,pos); in format() 213 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status); in format() 215 fDateTimeFormatter->format(cal,appendTo,pos); in format() 224 RelativeDateFormat::format(const Formattable& obj, in format() function in RelativeDateFormat 230 // (the previous format() override would hide the version of in format() 231 // format() on DateFormat that this function correspond to, so we in format() 233 return DateFormat::format(obj, appendTo, pos, status); in format() 299 fDateTimeFormatter->format(*tempCa in parse() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | VertexStateTests.cpp | 46 bool ShouldComponentBeDefault(VertexFormat format, int component) { in ShouldComponentBeDefault() argument 48 switch (format) { in ShouldComponentBeDefault() 66 VertexFormat format; member 114 if (ShouldComponentBeDefault(input.format, component)) { in MakeTestPipeline() 152 descriptor.cTargets[0].format = renderPass.colorFormat; in MakeTestPipeline() 160 VertexFormat format; member 182 vertexState->cAttributes[totalNumAttributes].format = attribute.format; in MakeVertexState() 258 // clang-format off in TEST_P() 264 // clang-format o in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetServer.h | 163 LLVM_DEBUG(dbgs() << " Calling " << format("0x%016x", Addr) << "\n"); in handleCallIntVoid() 186 LLVM_DEBUG(dbgs() << " Calling " << format("0x%016x", Addr) << "\n"); in handleCallMain() 199 LLVM_DEBUG(dbgs() << " Calling " << format("0x%016x", Addr) << "\n"); in handleCallVoidVoid() 229 << format("0x%016x", TAddr) << ", Size = " << Size in handleDeregisterEHFrames() 330 << "' = " << format("0x%016x", Addr) << "\n"); in handleGetSymbolAddress() 357 << format("0x%016x", RSrc) << "\n"); in handleReadMem() 370 << format("0x%016x", TAddr) << ", Size = " << Size in handleRegisterEHFrames() 420 << format("0x%016x", DBW.getDst()) << "\n"); in handleWriteMem() 425 LLVM_DEBUG(dbgs() << " Writing pointer *" << format("0x%016x", Addr) in handleWritePtr() 426 << " = " << format(" in handleWritePtr() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | encoder.py | 1 # Protocol Buffers - Google's data interchange format 506 def _StructPackEncoder(wire_type, format): 511 format: The format string to pass to struct.pack(). 514 value_size = struct.calcsize(format) 525 write(local_struct_pack(format, element)) 532 write(local_struct_pack(format, element)) 538 return write(local_struct_pack(format, value)) 544 def _FloatingPointEncoder(wire_type, format): 553 format [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 48 char *format, *module_str; in hostapd_logger_cb() local 54 format = os_malloc(maxlen); in hostapd_logger_cb() 55 if (!format) in hostapd_logger_cb() 93 os_snprintf(format, maxlen, "%s: STA " MACSTR_SEC "%s%s: %s", in hostapd_logger_cb() 98 os_snprintf(format, maxlen, "%s:%s%s %s", in hostapd_logger_cb() 102 os_snprintf(format, maxlen, "STA " MACSTR_SEC "%s%s: %s", in hostapd_logger_cb() 106 os_snprintf(format, maxlen, "%s%s%s", in hostapd_logger_cb() 116 wpa_printf(MSG_INFO, "%s", format); in hostapd_logger_cb() 140 syslog(priority, "%s", format); in hostapd_logger_cb() 144 os_free(format); in hostapd_logger_cb() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 48 char *format, *module_str; in hostapd_logger_cb() local 54 format = os_malloc(maxlen); in hostapd_logger_cb() 55 if (!format) in hostapd_logger_cb() 96 os_snprintf(format, maxlen, "%s: STA " MACSTR "%s%s: %s", in hostapd_logger_cb() 101 os_snprintf(format, maxlen, "%s:%s%s %s", in hostapd_logger_cb() 105 os_snprintf(format, maxlen, "STA " MACSTR "%s%s: %s", in hostapd_logger_cb() 109 os_snprintf(format, maxlen, "%s%s%s", in hostapd_logger_cb() 119 wpa_printf(MSG_INFO, "%s", format); in hostapd_logger_cb() 143 syslog(priority, "%s", format); in hostapd_logger_cb() 147 os_free(format); in hostapd_logger_cb() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/ |
H A D | fast_audio_capturer_source.cpp | 129 uint32_t PcmFormatToBits(HdiAdapterFormat format); 130 AudioFormat ConvertToHdiFormat(HdiAdapterFormat format); 190 attrs.format = AUDIO_FORMAT_TYPE_PCM_16_BIT; in InitAttrsCapture() 243 AudioFormat FastAudioCapturerSourceInner::ConvertToHdiFormat(HdiAdapterFormat format) in ConvertToHdiFormat() argument 246 switch (format) { in ConvertToHdiFormat() 310 param.format = ConvertToHdiFormat(attr_.format); in CreateCapture() 319 param.frameSize = param.format * param.channelCount; in CreateCapture() 321 AUDIO_INFO_LOG("Type: %{public}d, sampleRate: %{public}u, channel: %{public}d, format: %{public}d, " in CreateCapture() 322 "device:%{public}d", param.type, param.sampleRate, param.channelCount, param.format, attr in CreateCapture() 355 PcmFormatToBits(HdiAdapterFormat format) PcmFormatToBits() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata.cpp | 28 #include "libexif/exif-format.h" 311 if (entry->format == EXIF_FORMAT_UNDEFINED && entry->size != valueLen) { in CreateEntry() 343 entry->format = EXIF_FORMAT_UNDEFINED; in CreateEntry() 386 ptrEntry->size = exif_format_get_size(ptrEntry->format) * valueLen; in ReallocEntry() 387 ptrEntry->components = exif_format_get_size(ptrEntry->format) * valueLen; in ReallocEntry() 416 if ((entry->format == EXIF_FORMAT_UNDEFINED || entry->format == EXIF_FORMAT_ASCII) && in GetEntry() 448 exif_set_short(ptrEntry->data + icount * exif_format_get_size(ptrEntry->format), order, tmp); in SetShort() 465 exif_set_long(ptrEntry->data + icount * exif_format_get_size(ptrEntry->format), order, tmp); in SetLong() 482 exif_set_sshort(ptrEntry->data + icount * exif_format_get_size(ptrEntry->format), orde in SetSShort() [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | module.c | 622 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() local 671 case R_IA64_PCREL60B: format = RF_INSN60; break; in do_reloc() 672 case R_IA64_PCREL21B: format = RF_INSN21B; break; in do_reloc() 673 case R_IA64_PCREL21M: format = RF_INSN21M; break; in do_reloc() 674 case R_IA64_PCREL21F: format = RF_INSN21F; break; in do_reloc() 696 format = RF_INSN21B; in do_reloc() 706 format = RF_64LSB; in do_reloc() 708 format = RF_64MSB; in do_reloc() 713 format = RF_INSN64; in do_reloc() 721 format in do_reloc() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_mem_input_v.c | 363 enum surface_pixel_format format) in program_pixel_format() 365 if (format < SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) { in program_pixel_format() 374 switch (format) { in program_pixel_format() 446 switch (format) { in program_pixel_format() 527 enum surface_pixel_format format, in get_dvmm_hw_setting() 537 if (format >= SURFACE_PIXEL_FORMAT_INVALID) in get_dvmm_hw_setting() 539 else if (format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) in get_dvmm_hw_setting() 565 enum surface_pixel_format format, in dce_mem_input_v_program_pte_vm() 570 const unsigned int *pte = get_dvmm_hw_setting(tiling_info, format, false); in dce_mem_input_v_program_pte_vm() 571 const unsigned int *pte_chroma = get_dvmm_hw_setting(tiling_info, format, tru in dce_mem_input_v_program_pte_vm() 361 program_pixel_format( struct dce_mem_input *mem_input110, enum surface_pixel_format format) program_pixel_format() argument 525 get_dvmm_hw_setting( union dc_tiling_info *tiling_info, enum surface_pixel_format format, bool chroma) get_dvmm_hw_setting() argument 563 dce_mem_input_v_program_pte_vm( struct mem_input *mem_input, enum surface_pixel_format format, union dc_tiling_info *tiling_info, enum dc_rotation_angle rotation) dce_mem_input_v_program_pte_vm() argument 636 dce_mem_input_v_program_surface_config( struct mem_input *mem_input, enum surface_pixel_format format, union dc_tiling_info *tiling_info, struct plane_size *plane_size, enum dc_rotation_angle rotation, struct dc_plane_dcc_param *dcc, bool horizotal_mirror) dce_mem_input_v_program_surface_config() argument [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | module.c | 622 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() local 671 case R_IA64_PCREL60B: format = RF_INSN60; break; in do_reloc() 672 case R_IA64_PCREL21B: format = RF_INSN21B; break; in do_reloc() 673 case R_IA64_PCREL21M: format = RF_INSN21M; break; in do_reloc() 674 case R_IA64_PCREL21F: format = RF_INSN21F; break; in do_reloc() 697 format = RF_INSN21B; in do_reloc() 707 format = RF_64LSB; in do_reloc() 709 format = RF_64MSB; in do_reloc() 714 format = RF_INSN64; in do_reloc() 722 format in do_reloc() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m032.c | 145 struct mutex lock; /* Protects streaming, format, interval and crop */ 149 struct v4l2_mbus_framefmt format; member 355 * __mt9m032_get_pad_format() - get format 357 * @cfg: v4l2_subdev_pad_config for getting the try format from 358 * @which: select try or active format 360 * Returns a pointer the current active or fh relative try format 370 return &sensor->format; in __mt9m032_get_pad_format() 383 fmt->format = *__mt9m032_get_pad_format(sensor, cfg, fmt->which); in mt9m032_get_pad_format() 403 /* Scaling is not supported, the format is thus fixed. */ in mt9m032_set_pad_format() 404 fmt->format in mt9m032_set_pad_format() 433 struct v4l2_mbus_framefmt *format; mt9m032_set_pad_selection() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_mem_input_v.c | 364 enum surface_pixel_format format) in program_pixel_format() 366 if (format < SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) { in program_pixel_format() 375 switch (format) { in program_pixel_format() 448 switch (format) { in program_pixel_format() 529 enum surface_pixel_format format, in get_dvmm_hw_setting() 539 if (format >= SURFACE_PIXEL_FORMAT_INVALID) in get_dvmm_hw_setting() 541 else if (format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) in get_dvmm_hw_setting() 567 enum surface_pixel_format format, in dce_mem_input_v_program_pte_vm() 572 const unsigned int *pte = get_dvmm_hw_setting(tiling_info, format, false); in dce_mem_input_v_program_pte_vm() 573 const unsigned int *pte_chroma = get_dvmm_hw_setting(tiling_info, format, tru in dce_mem_input_v_program_pte_vm() 362 program_pixel_format( struct dce_mem_input *mem_input110, enum surface_pixel_format format) program_pixel_format() argument 527 get_dvmm_hw_setting( union dc_tiling_info *tiling_info, enum surface_pixel_format format, bool chroma) get_dvmm_hw_setting() argument 565 dce_mem_input_v_program_pte_vm( struct mem_input *mem_input, enum surface_pixel_format format, union dc_tiling_info *tiling_info, enum dc_rotation_angle rotation) dce_mem_input_v_program_pte_vm() argument 638 dce_mem_input_v_program_surface_config( struct mem_input *mem_input, enum surface_pixel_format format, union dc_tiling_info *tiling_info, struct plane_size *plane_size, enum dc_rotation_angle rotation, struct dc_plane_dcc_param *dcc, bool horizotal_mirror) dce_mem_input_v_program_surface_config() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhddec.c | 50 int format; member 308 // Newer format supports variable mb_scan_index sizes in dnxhd_decode_header() 513 } else if (row->format == -1) { in dnxhd_decode_macroblock() 514 row->format = act; in dnxhd_decode_macroblock() 515 } else if (row->format != act) { in dnxhd_decode_macroblock() 516 row->format = 2; // Variable in dnxhd_decode_macroblock() 628 ctx->rows[i].format = -1; in dnxhd_decode_frame() 677 int format = ctx->rows[0].format; in dnxhd_decode_frame() local 679 if (ctx->rows[i].format ! in dnxhd_decode_frame() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dshare.c | 64 snd_pcm_format_t format; in do_silence() local 68 format = dshare->shmptr->s.format; in do_silence() 73 dshare->shmptr->s.buffer_size, format); in do_silence() 85 snd_pcm_format_t format; in share_areas() local 88 format = dshare->shmptr->s.format; in share_areas() 90 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8; in share_areas() 99 &src_areas[chn], src_ofs, size, format); in share_areas() 861 format ST [all...] |