Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/common/src/
Dextra_data_handler.cpp84 OMX_U32 symbol, bit; in d_ue() local
90 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); in d_ue()
92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol); in d_ue()
93 return symbol; in d_ue()
321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument
325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits); in e_u()
329 rbsp_buf[byte_ptr] |= (symbol >> shift); in e_u()
330 symbol = (symbol << (32 - shift)) >> (32 - shift); in e_u()
340 rbsp_buf[byte_ptr] |= (symbol << shift); in e_u()
352 OMX_U32 extra_data_handler::e_ue(OMX_U32 symbol) in e_ue() argument
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
Dextra_data_handler.cpp89 OMX_U32 symbol, bit; in d_ue() local
96 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); in d_ue()
98 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol); in d_ue()
99 return symbol; in d_ue()
385 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) in e_u() argument
389 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits); in e_u()
393 rbsp_buf[byte_ptr] |= (symbol >> shift); in e_u()
394 symbol = (symbol << (32 - shift)) >> (32 - shift); in e_u()
404 rbsp_buf[byte_ptr] |= (symbol << shift); in e_u()
418 OMX_U32 extra_data_handler::e_ue(OMX_U32 symbol) in e_ue() argument
[all …]
/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c243 void *symbol = NULL; in module_symbol() local
251 symbol = dlsym(module->handle, string); in module_symbol()
252 if (!symbol) { in module_symbol()
257 symbol = NULL; in module_symbol()
263 return symbol; in module_symbol()
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
Dextra_data_handler.h75 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
76 OMX_U32 e_ue(OMX_U32 symbol);
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
Dextra_data_handler.h94 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
95 OMX_U32 e_ue(OMX_U32 symbol);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm93 ; Return the proper symbol name for the target ABI.
111 ; Macro for the attribute to hide a global symbol for the target ABI.
/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c97 uint8_t symbol; member
376 entry |= symbol_code->symbol; in jpg_vlc_valid_symbol()
769 …ctx->symbol_codes[0][table_id][table_ind].symbol = huff->huffman_table[table_id].dc_values[table_i… in tng__JPEG_process_huffman_tables()
813 …ctx->symbol_codes[1][table_id][table_ind].symbol = huff->huffman_table[table_id].ac_values[table_i… in tng__JPEG_process_huffman_tables()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm578 ; Applies any symbol mangling needed for C linkage, and sets up a define such that
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template538 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
540 # The symbol name can be a fully qualified name, a word, or if the wildcard * is used,
/hardware/intel/common/libva/doc/
DDoxyfile647 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
649 # output. The symbol name can be a fully qualified name, a word, or if the