/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 68 BOOT_MAGIC = 'ANDROID!'.encode() 81 args.output.write(pack('1536s', args.cmdline.encode())) 86 BOOT_MAGIC = 'VNDRBOOT'.encode() 96 args.vendor_boot.write(pack('2048s', args.vendor_cmdline.encode())) 98 args.vendor_boot.write(pack('16s', args.board.encode())) # asciiz product name 109 BOOT_MAGIC = 'ANDROID!'.encode() 131 args.output.write(pack('16s', args.board.encode())) # asciiz product name 132 args.output.write(pack('512s', args.cmdline[:512].encode())) 147 args.output.write(pack('1024s', args.cmdline[512:].encode()))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/ |
H A D | efuse_cfg_gen.py | 35 c = bytes.encode('hex')
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 46 * encode : both send video frame to encoder and get encoded video stream from 122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
|
H A D | vpu_api.h | 356 * @return 0 for encode success, others for failure. 358 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 46 * encode : both send video frame to encoder and get encoded video stream from 122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
|
H A D | vpu_api.h | 359 * @return 0 for encode success, others for failure. 361 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | rk_mpi.h | 25 * call hardware encode and decode. Current MPP fully supports 47 * encode : both send video frame to encoder and get encoded video stream from 123 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
|
H A D | vpu_api.h | 360 * @return 0 for encode success, others for failure. 362 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 46 * encode : both send video frame to encoder and get encoded video stream from 122 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
|
H A D | vpu_api.h | 357 * @return 0 for encode success, others for failure. 359 signed int (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api.cpp | 149 return api->encode(ctx, aEncInStrm, aEncOut); in vpu_api_encode() 382 s->encode = vpu_api_encode; in vpu_open_context()
|
H A D | vpu_api_legacy.h | 63 RK_S32 encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut);
|
H A D | vpu_api_legacy.cpp | 998 RK_S32 VpuApiLegacy::encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut) in encode() function in VpuApiLegacy
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 156 cfg_fp.write(line.encode("UTF-8"))
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android.c | 3909 uint encode, txexp; in wl_android_get_link_status() local 3955 encode = (rspec & WL_RSPEC_ENCODING_MASK); in wl_android_get_link_status() 3958 switch (encode) { in wl_android_get_link_status() 3987 single_stream = (encode == WL_RSPEC_ENCODE_RATE) || in wl_android_get_link_status() 3988 ((encode == WL_RSPEC_ENCODE_HT) && (rspec & WL_RSPEC_HT_MCS_MASK) < 8) || in wl_android_get_link_status() 3989 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 4003 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 6471 enabled libwebp_encoder && require_pkg_config libwebp "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion
|