/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipImageFormatTest.java | 38 Assert.assertEquals(-1, format.getSize()); in testParseNative_requiredOnly() 39 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_requiredOnly() 52 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_withSize() 64 Assert.assertEquals(-1, format.getSize()); in testParseVariant_requiredOnly() 77 Assert.assertEquals(-1, format.getSize()); in testParseVariant_withMaxSize() 91 BipImageFormat format = null; in testParseVariant_withTransformation() local 115 BipImageFormat format = null; in testParseVariant_allFields() local 122 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() 131 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() 140 Assert.assertEquals(-1, format.getSize()); in testParseVariant_allFields() [all …]
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | Log.java | 45 String.format(prefix + ": " + format, args)); in d() 50 String.format(getPrefixFromObject(objectPrefix) + ": " + format, args)); in d() 55 String.format(prefix + ": " + format, args)); in i() 60 String.format(getPrefixFromObject(objectPrefix) + ": " + format, args)); in i() 65 String.format(prefix + ": " + format, args)); in v() 70 String.format(getPrefixFromObject(objectPrefix) + ": " + format, args)); in v() 75 String.format(prefix + ": " + format, args)); in w() 80 String.format(getPrefixFromObject(objectPrefix) + ": " + format, args)); in w() 85 String.format(prefix + ": " + format, args), tr); in e() 95 String.format(prefix + ": " + format, args), tr); in wtf() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | bidirectional_sequence_rnn_state_output.mod.py | 226 "{{ {}, {} }}".format(fw_num_units, fw_num_units)), 234 "{{ {}, {} }}".format(bw_num_units, bw_num_units)), 252 "{{ {}, {} }}".format(num_batches, fw_num_units)), 255 "{{ {}, {} }}".format(num_batches, bw_num_units)), 305 "{{ {}, {} }}".format(num_batches, fw_num_units)), 308 "{{ {}, {} }}".format(num_batches, bw_num_units)), 361 "{{ {}, {}, {} }}".format(max_time, num_batches, 366 "{{ {}, {} }}".format(num_batches, fw_num_units)), 369 "{{ {}, {} }}".format(num_batches, bw_num_units)), 430 "{{ {}, {} }}".format(num_batches, fw_num_units)), [all …]
|
H A D | bidirectional_sequence_lstm_state_output.mod.py | 54 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 56 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 58 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 60 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 65 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 93 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 95 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 97 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 99 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 153 "{{{}, {}}}".format(n_batch, n_cell)) [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | bidirectional_sequence_rnn.mod.py | 233 "fw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 236 "bw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 283 "fw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 286 "bw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 336 "fw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 390 "fw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 393 "bw_output", "TENSOR_FLOAT32", "{{ {}, {}, {} }}".format( 424 "{{ {}, {} }}".format(fw_num_units, fw_num_units)), 432 "{{ {}, {} }}".format(bw_num_units, bw_num_units)), 486 "{{ {}, {} }}".format(fw_num_units, fw_num_units)), [all …]
|
H A D | bidirectional_sequence_lstm.mod.py | 47 "fw_cell_to_input_weights", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 54 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 56 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 58 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 60 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 65 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 93 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 95 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 97 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 99 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_cifg_peephole.mod.py | 47 "fw_cell_to_input_weights", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 54 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 56 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 58 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 60 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 65 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 93 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 95 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 97 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 99 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_float16_batch_major.mod.py | 47 "fw_cell_to_input_weights", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 54 "fw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 56 "fw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 58 "fw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 60 "fw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 65 "fw_projection_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_output)) 93 "bw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 95 "bw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 97 "bw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 99 "bw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_float16_batch_major_merge_outputs.mod.py | 48 "fw_cell_to_input_weights", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 55 "fw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 57 "fw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 59 "fw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 61 "fw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 66 "fw_projection_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_output)) 94 "bw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 96 "bw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 98 "bw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 100 "bw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_merge_outputs.mod.py | 48 "fw_cell_to_input_weights", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 55 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 57 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 59 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 61 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 66 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 94 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 96 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 98 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 100 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_aux_input.mod.py | 49 "fw_cell_to_input_weights", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 56 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 58 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 60 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 62 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 67 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 95 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 97 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 99 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 101 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_float16_batch_major_aux_input.mod.py | 50 "fw_cell_to_input_weights", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 57 "fw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 59 "fw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 61 "fw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 63 "fw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 68 "fw_projection_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_output)) 96 "bw_input_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 98 "bw_forget_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 100 "bw_cell_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) 102 "bw_output_gate_bias", "TENSOR_FLOAT16", "{{{}}}".format(n_cell)) [all …]
|
H A D | bidirectional_sequence_lstm_norm_fw_output.mod.py | 48 "fw_cell_to_input_weights", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 55 "fw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 57 "fw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 59 "fw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 61 "fw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 66 "fw_projection_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_output)) 94 "bw_input_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 96 "bw_forget_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 98 "bw_cell_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) 100 "bw_output_gate_bias", "TENSOR_FLOAT32", "{{{}}}".format(n_cell)) [all …]
|
/aosp12/hardware/qcom/sdm845/display/libdebug/ |
H A D | debug_handler.h | 35 #define DLOG(method, format, ...) \ argument 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument 44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument 45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument 46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument 47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument 49 #define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__) argument 50 #define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__) argument 51 #define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__) argument 52 #define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__) argument [all …]
|
/aosp12/hardware/qcom/sm8150/display/libdebug/ |
H A D | debug_handler.h | 35 #define DLOG(method, format, ...) \ argument 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument 44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument 45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument 46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument 47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument 49 #define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__) argument 50 #define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__) argument 51 #define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__) argument 52 #define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__) argument [all …]
|
/aosp12/hardware/qcom/sm7250/display/libdebug/ |
H A D | debug_handler.h | 35 #define DLOG(method, format, ...) \ argument 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument 44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument 45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument 46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument 47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument 49 #define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__) argument 50 #define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__) argument 51 #define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__) argument 52 #define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__) argument [all …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | stream_format.cpp | 47 : type_(format.type), in StreamFormat() 57 width_(format.width), in StreamFormat() 58 height_(format.height), in StreamFormat() 62 memset(format, 0, sizeof(*format)); in FillFormatRequest() 63 format->type = type_; in FillFormatRequest() 154 if (format.fourcc == fourcc && format.width == width && in FindBestFitFormat() 157 *out_format = format; in FindBestFitFormat() 172 if (format.width == width && format.height == height) { in FindBestFitFormat() 174 *out_format = format; in FindBestFitFormat() 188 if (format.width == width && format.height == height) { in FindFormatByResolution() [all …]
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_camera_info.h | 93 int GetUBWCInfo(int format, bool *is_Supported, bool *is_PI, int *version); 95 int GetPlaneAlignment(int format, int plane_type, unsigned int *alignment); 97 int IsPerPlaneFdNeeded(int format, bool *is_per_plane_fd_needed); 99 int GetBpp(int format, int *bpp); 101 int GetPerPlaneBpp(int format, int plane_type, int *bpp); 105 int GetBufferSize(int format, int width, int height, unsigned int *size); 111 int GetPixelIncrement(int format, int plane_type, int *pixel_increment); 119 int GetScanline(int format, int plane_type, int height, int *scanlines); 166 CamxFormatResult (*LINK_camera_get_plane_types)(CamxPixelFormat format, 175 CamxFormatResult (*LINK_camera_get_per_plane_bpp)(CamxPixelFormat format, [all …]
|
H A D | gr_camera_info.cpp | 101 CamxPixelFormat format = (CamxPixelFormat)0; in GetCameraPixelFormat() local 104 format = CAMERA_PIXEL_FORMAT_NV21_ZSL; in GetCameraPixelFormat() 107 format = CAMERA_PIXEL_FORMAT_YUV_FLEX; in GetCameraPixelFormat() 110 format = CAMERA_PIXEL_FORMAT_UBWC_FLEX; in GetCameraPixelFormat() 113 format = CAMERA_PIXEL_FORMAT_UBWC_FLEX_2_BATCH; in GetCameraPixelFormat() 122 format = CAMERA_PIXEL_FORMAT_MULTIPLANAR_FLEX; in GetCameraPixelFormat() 125 format = CAMERA_PIXEL_FORMAT_RAW_OPAQUE; in GetCameraPixelFormat() 128 format = CAMERA_PIXEL_FORMAT_RAW10; in GetCameraPixelFormat() 131 format = CAMERA_PIXEL_FORMAT_RAW12; in GetCameraPixelFormat() 138 return format; in GetCameraPixelFormat() [all …]
|
/aosp12/frameworks/av/media/libmediaformatshaper/ |
H A D | VQApply.cpp | 217 bool hasQpMaxPerFrameType(AMediaFormat *format) { in hasQpMaxPerFrameType() argument 235 bool hasQpMaxGlobal(AMediaFormat *format) { in hasQpMaxGlobal() argument 244 bool hasQpMax(AMediaFormat *format) { in hasQpMax() argument 245 if (hasQpMaxGlobal(format)) { in hasQpMax() 248 return hasQpMaxPerFrameType(format); in hasQpMax() 251 void qpSpreadPerFrameType(AMediaFormat *format, int delta, in qpSpreadPerFrameType() argument 254 qpSpreadMinPerFrameType(format, qplow, override); in qpSpreadPerFrameType() 255 qpSpreadMaxPerFrameType(format, delta, qphigh, override); in qpSpreadPerFrameType() 257 qpVerifyMinMaxOrdering(format); in qpSpreadPerFrameType() 291 ALOGV("format %p lo %d override %d", format, qplow, override); in qpSpreadMinPerFrameType() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
H A D | LogUtils.java | 158 VvmLog.v(tag, String.format(format, args)); in v() 174 VvmLog.v(tag, String.format(format, args), tr); in v() 189 VvmLog.d(tag, String.format(format, args)); in d() 205 VvmLog.d(tag, String.format(format, args), tr); in d() 220 VvmLog.i(tag, String.format(format, args)); in i() 236 VvmLog.i(tag, String.format(format, args), tr); in i() 251 VvmLog.w(tag, String.format(format, args)); in w() 267 VvmLog.w(tag, String.format(format, args), tr); in w() 282 VvmLog.e(tag, String.format(format, args)); in e() 298 VvmLog.e(tag, String.format(format, args), tr); in e() [all …]
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument 47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument 48 #define DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument 49 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument 50 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument [all …]
|
/aosp12/system/chre/chpp/api_parser/ |
H A D | chre_api_to_chpp.py | 89 print("---- {} ----".format(output_filename)) 279 return "sizeof({})".format(type_name) 298 .format(chre_type, chpp_type_name)) 357 out.append(" const {}{} *in,\n".format( 392 out.append(" {}".format( 455 return "{}(&{}, &{}{});\n".format( 496 out.append(" {}".format( 568 out.append(" {}".format( 635 out.append(" const {}{} *in,\n".format( 774 out.append("{} *{}(\n".format( [all …]
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoEncoderOMXComponent.cpp | 104 def.format.video.nStride = def.format.video.nFrameWidth; in initPorts() 105 def.format.video.nSliceHeight = def.format.video.nFrameHeight; in initPorts() 106 def.format.video.nBitrate = 0; in initPorts() 132 def.format.video.nStride = 0; in initPorts() 133 def.format.video.nSliceHeight = 0; in initPorts() 153 inDef->format.video.nStride = inDef->format.video.nFrameWidth; in updatePortParams() 154 inDef->format.video.nSliceHeight = inDef->format.video.nFrameHeight; in updatePortParams() 158 inDef->format.video.nStride * inDef->format.video.nSliceHeight * 3 / 2; in updatePortParams() 536 int format; in extractGraphicBuffer() local 548 format = buffer->format; in extractGraphicBuffer() [all …]
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | debug.h | 39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 44 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 46 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument 48 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument 49 #define DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument 50 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument 51 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument [all …]
|