Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 179) sorted by relevance

12345678

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_rgn.h15 RK_S32 RK_MPI_RGN_Create(RGN_HANDLE Handle, const RGN_ATTR_S *pstRegion);
16 RK_S32 RK_MPI_RGN_Destroy(RGN_HANDLE Handle);
18 RK_S32 RK_MPI_RGN_GetAttr(RGN_HANDLE Handle, RGN_ATTR_S *pstRegion);
19 RK_S32 RK_MPI_RGN_SetAttr(RGN_HANDLE Handle, const RGN_ATTR_S *pstRegion);
21 RK_S32 RK_MPI_RGN_SetBitMap(RGN_HANDLE Handle, const BITMAP_S *pstBitmap);
23 RK_S32 RK_MPI_RGN_AttachToChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pst…
24 RK_S32 RK_MPI_RGN_DetachFromChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn);
26 RK_S32 RK_MPI_RGN_SetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *…
27 RK_S32 RK_MPI_RGN_GetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChn…
29 RK_S32 RK_MPI_RGN_GetCanvasInfo(RGN_HANDLE Handle, RGN_CANVAS_INFO_S *pstCanvasInfo);
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp423 RGN_HANDLE Handle; in test_rgn_mosaic_process() local
431 Handle = i; in test_rgn_mosaic_process()
433 s32Ret = RK_MPI_RGN_Create(Handle, &stAttr); in test_rgn_mosaic_process()
447 s32Ret = RK_MPI_RGN_AttachToChn(Handle, pstMppChn, &stChnAttr); in test_rgn_mosaic_process()
458 Handle = i; in test_rgn_mosaic_process()
459 RK_S32 s32Ret = TEST_RGN_ChangePosition(Handle, pstMppChn, 64 * i, 64 * i); in test_rgn_mosaic_process()
476 Handle = i; in test_rgn_mosaic_process()
477 s32Ret = TEST_RGN_ShowOrHide(Handle, pstMppChn, RK_FALSE); in test_rgn_mosaic_process()
487 Handle = i; in test_rgn_mosaic_process()
488 s32Ret = TEST_RGN_ShowOrHide(Handle, pstMppChn, RK_TRUE); in test_rgn_mosaic_process()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/
H A Dlibtool-2.4.7.inc12 file://0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch \
18 file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \
24 file://0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch \
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-aead.rst16 Asynchronous AEAD Request Handle
20 :doc: Asynchronous AEAD Request Handle
H A Dapi-skcipher.rst19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
H A Dapi-digest.rst19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
H A Dapi-akcipher.rst16 Asymmetric Cipher Request Handle
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0002-HACK-flacparse-Handle-metadata-127.patch4 Subject: [PATCH 02/12] HACK: flacparse: Handle metadata 127
20 + /* HACK: Handle metadata 127 */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0002-HACK-flacparse-Handle-metadata-127.patch4 Subject: [PATCH 2/5] HACK: flacparse: Handle metadata 127
20 + /* HACK: Handle metadata 127 */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0002-HACK-flacparse-Handle-metadata-127.patch4 Subject: [PATCH 02/12] HACK: flacparse: Handle metadata 127
20 + /* HACK: Handle metadata 127 */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb39 file://0019-Handle-missing-LOCK_EX.patch \
43 file://0025-Handle-__cpu_mask-usage.patch \
44 file://0026-Handle-missing-gshadow.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-dont-setup-compiler-flags-m32-m64.patch23 - # Handle address-model
37 # Handle threading
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A DCVE-2022-39028.patch4 Subject: [PATCH] telnetd: Handle early IAC EC or IAC EL receipt
13 * telnetd/state.c (telrcv): Handle zero slctab[SLC_EC].sptr and
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0005-halt-Support-rebooting-with-arg.patch48 + /* Handle signal and reboot in child thread */
80 + /* Handle rebooting with arg */
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst29 - bitbake: cooker: Handle parse threads disappearing to avoid hangs
30 - bitbake: cooker: Handle parsing results queue race
33 - bitbake: fetch/git: Handle github dropping git:// support
38 - bitbake: fetch: Handle mirror user/password replacements correctly
48 - bitbake: utils: Handle lockfile filenames that are too long for filesystems
138 - scripts/oe-package-browser: Handle no packages being built
/OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/
H A Dprefix.pl6 use IO::Handle;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch68 - /* Handle the last few bytes of the input */
113 - /* Handle leftover data in temp registers */
132 - /* Handle tail bytes */
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dglide.bbclass1 # Handle Glide Vendor Package Management use
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DFindSphinx.cmake8 #Handle standard arguments to find_package like REQUIRED and QUIET
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces_loader.qml80 //! [Handle Result Types]
102 //! [Handle Result Types]
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A DConfig.in18 Handle power-key events (suspend/power-off).
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,msm8916-wcd-digital.txt8 - clocks: Handle to mclk and ahbclk
/OK3568_Linux_fs/buildroot/package/hostapd/
H A Dhostapd.hash5 sha256 a8212a2d89a5bab2824d22b6047e7740553df163114fcec94832bfa9c5c5d78a 0003-WPS-UPnP-Handle-HTTP…
/OK3568_Linux_fs/buildroot/package/triggerhappy/
H A DConfig.in19 Handle power-key events (suspend/power-off).
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dchecksum_32.S140 # Handle 2-byte-aligned regions
200 # Handle the last 1-3 bytes without jumping

12345678