Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 19 of 19) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitstream-decode.c43 PRIVATE void OI_BITSTREAM_ReadInit(OI_BITSTREAM *bs, in OI_BITSTREAM_ReadInit()
51 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT()
60 PRIVATE OI_UINT8 OI_BITSTREAM_ReadUINT4Aligned(OI_BITSTREAM *bs) in OI_BITSTREAM_ReadUINT4Aligned()
80 PRIVATE OI_UINT8 OI_BITSTREAM_ReadUINT8Aligned(OI_BITSTREAM *bs) in OI_BITSTREAM_ReadUINT8Aligned()
Ddecoder-private.c169 OI_BITSTREAM *bs) in OI_SBC_ReadScalefactors()
Ddecoder-sbc.c109 OI_BITSTREAM bs; in DecodeBody() local
/device/soc/esp/esp32/components/bootloader/subproject/main/
Dbootloader_start.c46 bootloader_state_t bs = {0}; in call_start_cpu0() local
57 static int select_partition_number(bootloader_state_t *bs) in select_partition_number()
73 static int selected_boot_partition(const bootloader_state_t *bs) in selected_boot_partition()
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_utility.c127 bool bootloader_utility_load_partition_table(bootloader_state_t *bs) in bootloader_utility_load_partition_table()
223 static esp_partition_pos_t index_to_partition(const bootloader_state_t *bs, int index) in index_to_partition()
290 static int get_active_otadata_with_check_anti_rollback(const bootloader_state_t *bs, esp_ota_select… in get_active_otadata_with_check_anti_rollback()
317 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs)
430 static void set_actual_ota_seq(const bootloader_state_t *bs, int index)
473 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index)
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_bitstream.h74 #define OI_BITSTREAM_GetWritePtr(bs) ((bs)->ptr.w - 3) argument
75 #define OI_BITSTREAM_GetReadPtr(bs) ((bs)->ptr.r - 3) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/
Dvdec_drv_if.c70 struct aml_vcodec_mem *bs, void *out) in vdec_if_probe()
79 int vdec_if_decode(struct aml_vcodec_ctx *ctx, struct aml_vcodec_mem *bs, in vdec_if_decode()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/
Dccu_common.c274 void set_reg(char __iomem *addr, u32 val, u8 bw, u8 bs) in set_reg()
287 u32 val, u8 bw, u8 bs) in set_reg_key()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/
Dvdec_mjpeg_if.c344 struct aml_vcodec_mem *bs, void *out) in vdec_mjpeg_probe()
459 static int vdec_mjpeg_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_mjpeg_decode()
Dvdec_mpeg12_if.c363 struct aml_vcodec_mem *bs, void *out) in vdec_mpeg12_probe()
478 static int vdec_mpeg12_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_mpeg12_decode()
Dvdec_mpeg4_if.c373 struct aml_vcodec_mem *bs, void *out) in vdec_mpeg4_probe()
488 static int vdec_mpeg4_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_mpeg4_decode()
Dvdec_hevc_if.c476 struct aml_vcodec_mem *bs, void *out) in vdec_hevc_probe()
631 static int vdec_hevc_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_hevc_decode()
Dvdec_vp9_if.c505 struct aml_vcodec_mem *bs, void *out) in vdec_vp9_probe()
745 static int vdec_vp9_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_vp9_decode()
Dvdec_h264_if.c638 struct aml_vcodec_mem *bs, void *out) in vdec_h264_probe()
867 static int vdec_h264_decode(unsigned long h_vdec, struct aml_vcodec_mem *bs, in vdec_h264_decode()
/device/qemu/drivers/virtio/
Dvirtblock.c89 uint32_t bs; in Feature0() local
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dtwai_struct.h64 uint32_t bs: 1; /* SR.7 Bus Status */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_recv.c3869 unsigned char *sa , *da, *bs; in validate_mp_recv_frame() local
Drtw_mlme_ext.c1583 int bs = ATOMIC_READ(&padapter->bandskip); in RTW_SET_SCAN_BAND_SKIP() local
1591 int bs = ATOMIC_READ(&padapter->bandskip); in RTW_CLR_SCAN_BAND_SKIP() local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/h264_multi/
Dvmh264.c1873 struct buffer_spec_s *bs = &hw->buffer_spec[idx]; in alloc_one_buf_spec_from_queue() local