| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_decoder_capi_unit_test.cpp | 221 soFile_ = std::make_unique<std::ifstream>(OPUS_SO_FILE_PATH, std::ios::binary); in CheckSoFunc() 395 inputFile_.open(INPUT_MP3_FILE_PATH.data(), std::ios::binary); in InitFile() 396 pcmOutputFile_.open(OUTPUT_MP3_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 398 inputFile_.open(INPUT_FLAC_FILE_PATH.data(), std::ios::binary); in InitFile() 399 pcmOutputFile_.open(OUTPUT_FLAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 401 inputFile_.open(INPUT_AAC_FILE_PATH.data(), std::ios::binary); in InitFile() 402 pcmOutputFile_.open(OUTPUT_AAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 404 inputFile_.open(INPUT_VORBIS_FILE_PATH.data(), std::ios::binary); in InitFile() 405 pcmOutputFile_.open(OUTPUT_VORBIS_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 407 inputFile_.open(INPUT_AMRWB_FILE_PATH.data(), std::ios::binary); in InitFile() [all...] |
| H A D | audio_encoder_avbuffer_capi_unit_test.cpp | 351 std::ifstream file(filePath, std::ios::binary | std::ios::ate); in GetFileSize() 367 inputFile_ = std::make_unique<std::ifstream>(FLAC_INPUT_FILE_PATH, std::ios::binary); in InitFile() 368 outputFile_ = std::make_unique<std::ofstream>(FLAC_OUTPUT_FILE_PATH, std::ios::binary); in InitFile() 371 inputFile_ = std::make_unique<std::ifstream>(AAC_INPUT_FILE_PATH, std::ios::binary); in InitFile() 372 outputFile_ = std::make_unique<std::ofstream>(AAC_OUTPUT_FILE_PATH, std::ios::binary); in InitFile() 375 inputFile_ = std::make_unique<std::ifstream>(G711MU_INPUT_FILE_PATH, std::ios::binary); in InitFile() 376 outputFile_ = std::make_unique<std::ofstream>(G711MU_OUTPUT_FILE_PATH, std::ios::binary); in InitFile() 379 inputFile_ = std::make_unique<std::ifstream>(OPUS_INPUT_FILE_PATH, std::ios::binary); in InitFile() 380 outputFile_ = std::make_unique<std::ofstream>(OPUS_OUTPUT_FILE_PATH, std::ios::binary); in InitFile() 383 inputFile_ = std::make_unique<std::ifstream>(MP3_INPUT_FILE_PATH, std::ios::binary); in InitFile() [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 4747 bi_pack_clauses(bi_context *ctx, struct util_dynarray *binary, unsigned offset) in bi_pack_clauses() argument 4749 unsigned final_clause = bi_pack(ctx, binary); in bi_pack_clauses() 4765 if (binary->size - offset) { in bi_pack_clauses() 4766 memset(util_dynarray_grow(binary, uint8_t, prefetch_size), in bi_pack_clauses() 4934 struct util_dynarray *binary, in bi_compile_variant_nir() 4942 unsigned offset = binary->size; in bi_compile_variant_nir() 5157 bi_pack_clauses(ctx, binary, offset); in bi_compile_variant_nir() 5159 bi_pack_valhall(ctx, binary); in bi_compile_variant_nir() 5164 disassemble_bifrost(stdout, binary->data + offset, in bi_compile_variant_nir() 5165 binary in bi_compile_variant_nir() 4932 bi_compile_variant_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct bi_shader_info info, enum bi_idvs_mode idvs) bi_compile_variant_nir() argument 5189 bi_compile_variant(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct pan_shader_info *info, enum bi_idvs_mode idvs) bi_compile_variant() argument 5304 bifrost_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) bifrost_compile_shader_nir() argument [all...] |
| /drivers/peripheral/codec/test/demo/jpeg/src/ |
| H A D | jpeg_decoder.cpp | 142 ioIn_.open(fileInput, std::ios_base::binary);
in PrepareData() 143 ioOut_.open(fileOutput, std::ios_base::binary | std::ios_base::trunc);
in PrepareData()
|
| /foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
| H A D | avcodec_audio_decoder_inner_demo.cpp | 41 inputFile_.open(INPUT_FILE_PATH, std::ios::binary); in RunCase() 219 std::ofstream outputFile(OUTPUT_FILE_PATH.data(), std::ios::binary); in OutputFunc()
|
| H A D | avcodec_audio_opus_encoder_demo.cpp | 111 inputFile_(std::make_unique<std::ifstream>(INPUT_FILE_PATH, std::ios::binary)), in AEncOpusDemo() 112 outputFile_(std::make_unique<std::ofstream>(OUTPUT_FILE_PATH, std::ios::binary)), in AEncOpusDemo()
|
| H A D | avcodec_audio_encoder_inner_demo.cpp | 147 std::ifstream inputFile(filePath, std::ios::binary); in InputFunc() 192 std::ofstream outputFile("/data/test/media/encode.aac", std::ios::binary); in OutputFunc()
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvTools.cpp | 7 // Redistribution and use in source and binary forms, with or without 14 // Redistributions in binary form must reproduce the above 153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate() local 160 spvValidateWithOptions(context, options, &binary, &diagnostic); in SpirvToolsValidate()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | glspirv.c | 72 const void* binary, size_t length) in _mesa_spirv_shader_binary() 85 memcpy(&module->Binary[0], binary, length); in _mesa_spirv_shader_binary() 70 _mesa_spirv_shader_binary(struct gl_context *ctx, unsigned n, struct gl_shader **shaders, const void* binary, size_t length) _mesa_spirv_shader_binary() argument
|
| /third_party/protobuf/editors/ |
| H A D | proto.vim | 5 " Redistribution and use in source and binary forms, with or without 11 " * Redistributions in binary form must reproduce the above
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | MemoryProgramCache.cpp | 130 // Include the status of FrameCapture, which adds source strings to the binary in ComputeHash() 157 ERR() << "Error decompressing binary data."; in getProgram() 174 WARN() << "Failed to load binary from cache."; in getProgram() 224 ERR() << "Error compressing binary data."; in putProgram() 248 const uint8_t *binary, in putBinary() 251 // Copy the binary. in putBinary() 257 memcpy(newEntry.data(), binary, length); in putBinary() 259 // Store the binary. in putBinary() 247 putBinary(const egl::BlobCache::Key &programHash, const uint8_t *binary, size_t length) putBinary() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.h | 88 void *binary, 93 const void *binary,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| H A D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | dictionary_generator.cc | 69 std::ofstream outfile(file, std::ofstream::binary); in writeFile() 81 std::ofstream outfile(file, std::ofstream::binary); in writeSamples()
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| H A D | js_generator.h | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 67 // Enable binary-format support? 68 bool binary; member 81 binary(false), in GeneratorOptions() 137 // header. If you create your own protocol compiler binary and you want it to
|
| /third_party/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 39 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 40 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | image_packer_test.cpp | 380 std::ofstream fileDestJpg(IMAGE_JPG_DEST, std::ios::binary);
in HWTEST_F() 450 std::ofstream stream(IMAGE_JPG_DEST, std::ios::binary);
in HWTEST_F() 460 std::unique_ptr<std::ifstream> istreamDest = std::make_unique<std::ifstream>(IMAGE_PNG2JPG_DEST, std::ios::binary);
in HWTEST_F() 532 std::ofstream fileDestJpg(IMAGE_PNG2JPG_DEST, std::ios::binary);
in HWTEST_F() 602 std::ofstream stream(IMAGE_PNG2JPG_DEST, std::ios::binary);
in HWTEST_F() 612 std::unique_ptr<std::ifstream> istreamDest = std::make_unique<std::ifstream>(IMAGE_PNG2JPG_DEST, std::ios::binary);
in HWTEST_F()
|
| /foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
| H A D | video_decoder_capi_unit_test.cpp | 164 outFile_->open(name.data(), std::ios::out | std::ios::binary); in TestConsumerListener() 248 testFile_->open(inputFilePath, std::ios::in | std::ios::binary); in InputFunc() 297 testFile_->open(formatChangeInputFilePath, std::ios::in | std::ios::binary); in FormatChangeInputFunc() 347 outFile_->open(outputFilePath.data(), std::ios::out | std::ios::binary); in OutputFunc() 950 testFile_->open(inputFilePath, std::ios::in | std::ios::binary); in HWTEST_F() 988 testFile_->open(inputFilePath, std::ios::in | std::ios::binary); in HWTEST_F()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.cpp | 133 const ProgramBinary& binary, in setShader() 141 m_vertexShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 147 m_tessControlShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 153 m_tessEvaluationShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 159 m_geometryShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 165 m_fragmentShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_autogen.h | 272 void *binary); 386 const void *binary, 789 void *binary, 797 void *binary, 805 void *binary, 944 const void *binary,
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.cpp | 133 const ProgramBinary& binary, in setShader() 141 m_vertexShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 147 m_tessControlShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 153 m_tessEvaluationShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 159 m_geometryShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 165 m_fragmentShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /base/hiviewdfx/hiview/base/event_store/config/src/ |
| H A D | event_store_config.cpp | 48 std::ifstream fin(CONFIG_FILE_PATH, std::ifstream::binary);
in Init()
|