Home
last modified time | relevance | path

Searched defs:outFormat (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
H A DTinkeyUtil.java56 private static boolean isJson(String outFormat) { in isJson()
68 KeyTemplate keyTemplate, String outFormat, String masterKeyUri, String credentialPath) in createKeyset()
81 String outFormat, in createKeyset()
95 String outFormat, in manipulateKey()
125 writeKeyset(manager.getKeysetHandle(), outputStream, outFormat, masterKeyUri, credentialPath); in manipulateKey() local
135 String outFormat, in createKey()
157 writeKeyset(builder.build(), outputStream, outFormat, masterKeyUri, credentialPath); in createKey() local
167 String outFormat, in writeKeyset()
H A DCreatePublicKeysetCommand.java40 public static void create(OutputStream outputStream, String outFormat, in create()
45 TinkeyUtil.writeKeyset(handle.getPublicKeysetHandle(), outputStream, outFormat, null, null); in create() local
H A DOutOptions.java41 String outFormat; field in OutOptions
H A DCreateKeysetCommand.java45 public static void create(OutputStream outputStream, String outFormat, in create()
H A DRotateKeysetCommand.java41 public static void rotate(OutputStream outputStream, String outFormat, in rotate()
H A DEnableKeyCommand.java38 public static void enable(OutputStream outputStream, String outFormat, in enable()
H A DAddKeyCommand.java49 public static void add(OutputStream outputStream, String outFormat, in add()
H A DDeleteKeyCommand.java38 public static void delete(OutputStream outputStream, String outFormat, in delete()
H A DDisableKeyCommand.java38 public static void disable(OutputStream outputStream, String outFormat, in disable()
H A DDestroyKeyCommand.java38 public static void destroy(OutputStream outputStream, String outFormat, in destroy()
H A DPromoteKeyCommand.java38 public static void promote(OutputStream outputStream, String outFormat, in promote()
H A DConvertKeysetCommand.java49 public static void convert(OutputStream outputStream, String outFormat, in convert()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DMuxerTest.java446 public TestApi(int outFormat, String srcFile, int trackCount, String testName) { in TestApi()
458 int outFormat, int trackCount); in nativeTestGetTrackCount()
461 int outFormat); in nativeTestGetTrackFormat()
771 public TestMultiTrack(int outFormat, String srcFileA, String srcFileB, String testName) { in TestMultiTrack()
902 public TestOffsetPts(int outFormat, String file, int[] offsetIndices, String testName) { in TestOffsetPts()
1013 public TestSimpleAppend(int outFormat, String srcFile, int trackCount, String testName) { in TestSimpleAppend()
1019 private native boolean nativeTestSimpleAppend(int outFormat, String srcPath, in nativeTestSimpleAppend()
1024 private native boolean nativeTestNoSamples(int outFormat, String srcPath, String outPath); in nativeTestNoSamples()
1026 private native boolean nativeTestIgnoreLastGOPAppend(int outFormat, String srcPath, in nativeTestIgnoreLastGOPAppend()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_2D.cpp41 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_read()
122 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_read()
378 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_write()
470 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_write()
H A Dtest_renderbuffer.cpp30 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_attach_renderbuffer_read_image()
205 …size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, MTdata d… in test_attach_renderbuffer_write_to_image()
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java77 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo()
224 int videoFormat, int outFormat, String outFile, boolean videoOnly, in recordVideoFromSurface()
370 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting()
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DTimeBombSkipException.java86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException()
170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException()
/aosp_15_r20/external/v4l2_codec2/common/
H A DFormatConverter.cpp97 std::unique_ptr<FormatConverter> FormatConverter::create(VideoPixelFormat outFormat, in create()
114 c2_status_t FormatConverter::initialize(VideoPixelFormat outFormat, const ui::Size& visibleSize, in initialize()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_read_common.cpp224 cl_image_format *outFormat, ExplicitType *outType, in test_cl_image_read()
383 cl_image_format *outFormat, ExplicitType *outType, in test_image_read()
H A Dtest_renderbuffer.cpp71 cl_image_format *outFormat, ExplicitType *outType, void **outResultBuffer) in test_attach_renderbuffer_read_image()
301 cl_image_format *outFormat, ExplicitType *outType, MTdata d, in test_attach_renderbuffer_write_to_image()
H A Dtest_images_write_common.cpp306 size_t height, size_t depth, cl_image_format *outFormat, in test_cl_image_write()
425 cl_image_format *outFormat, ExplicitType *outType, in test_image_write()
/aosp_15_r20/frameworks/base/tools/app_metadata_bundles/src/aslgen/java/com/android/aslgen/
H A DMain.java45 Format outFormat = AslConverter.Format.NULL; in main() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.cpp59 int32_t* __unused outFormat, int32_t* __unused outDataspace) in getReadbackBufferAttributes()
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/fuzzer/
H A Damrwb_enc_fuzzer.cpp115 VO_AUDIO_OUTPUTINFO outFormat; in encodeFrames() local
/aosp_15_r20/external/skia/bazel/exporter_tool/
H A Dmain.go758 outFormat string member

1234