HomeSort by relevance Sort by last modified time
    Searched refs:table_id (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 544 uint32_t table_id; local
546 for (table_id = 0; table_id < JPEG_MAX_SETS_HUFFMAN_TABLES; table_id++) {
547 if (ctx->symbol_stats[table_class][table_id].num_codes) {
548 JPG_VLC_CompileTable(ctx->symbol_codes[table_class][table_id],
549 &ctx->symbol_stats[table_class][table_id], ctx->huffman_table_space, ctx->huffman_table_RAM,
550 &ctx->table_stats[table_class][table_id]);
551 ctx->huffman_table_space -= ctx->table_stats[table_class][table_id].size;
552 ctx->huffman_table_RAM += ctx->table_stats[table_class][table_id].size
728 uint32_t table_id; local
    [all...]
  /external/webrtc/src/system_wrappers/interface/
data_log.h 56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
58 static std::string Combine(const std::string& table_name, int table_id);
data_log_c.h 35 const char* table_name, int table_id);
  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log_c.cc 30 const char* table_name, int table_id) {
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
288 ss << "_" << table_id; local
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_event_defs.h 405 u32 table_id; member in struct:__anon27054
415 u32 table_id; member in struct:__anon27055
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 354 unsigned table_id = br->getBits(8); local
355 ALOGV(" table_id = %u", table_id);
356 if (table_id != 0x02u) {
1238 unsigned table_id = br->getBits(8); local
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio_calibration.h 305 int32_t table_id; member in struct:audio_cal_info_voc_col
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio_calibration.h 325 int32_t table_id; member in struct:audio_cal_info_voc_col

Completed in 310 milliseconds