Home
last modified time | relevance | path

Searched refs:index (Results 3351 - 3375 of 23578) sorted by relevance

1...<<131132133134135136137138139140>>...944

/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp68 for (int index = 0; index < numSlots; ++index) { in assemble_compound()
69 array.push_back(Literal::Make(line, value[index], &returnType.componentType())); in assemble_compound()
106 for (int index = 0; index < vecType.columns(); ++index) { in coalesce_n_way_vector()
181 for (int index = 0; index < type.columns(); ++index) { in optimize_comparison()
674 int index = 0; optimize_intrinsic_call() local
684 int index = 0; optimize_intrinsic_call() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc396 // to the index.
448 StringPiece name(const DescriptorIndex& index) const { in name()
449 return index.DecodeString(encoded_name, data_offset); in name()
453 const DescriptorIndex& index; member
456 return a.name(index) < b.name(index); in operator ()()
459 return a.name(index) < b; in operator ()()
462 return a < b.name(index); in operator ()()
472 StringPiece package(const DescriptorIndex& index) const { in package()
473 return index in package()
487 const DescriptorIndex& index; global() member
534 const DescriptorIndex& index; global() member
667 CheckForMutualSubsymbols(StringPiece symbol_name, Iter* iter, Iter2 end, const Index& index) CheckForMutualSubsymbols() argument
[all...]
/third_party/libunwind/libunwind/src/unwind/
H A DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() argument
33 if (index == UNW_REG_SP && context->end_of_stack) in _Unwind_GetGR()
38 unw_get_reg (&context->cursor, index, &val); in _Unwind_GetGR()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp628 DumpStatus ConfigUtils::GetDumper(int index, std::vector<std::shared_ptr<DumpCfg>> &result, in GetDumper() argument
631 if ((index < 0) || (index >= dumperSum_)) { in GetDumper()
634 auto itemlist = dumpers_[index].list_; in GetDumper()
635 auto itemsize = dumpers_[index].size_; in GetDumper()
661 int index = -1; in GetDumper() local
669 index = i; in GetDumper()
672 if (index > -1) { in GetDumper()
673 ret = GetDumper(index, result, args, level); in GetDumper()
716 DumpStatus ConfigUtils::GetGroup(int index, st argument
772 int index = -1; GetGroup() local
[all...]
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp284 size_t index = 0; in ParseCMInitParams() local
285 napi_value result = ParseString(env, argv[index], context->authUri); in ParseCMInitParams()
292 index++; in ParseCMInitParams()
293 result = ParseSpec(env, argv[index], context->spec); in ParseCMInitParams()
300 index++; in ParseCMInitParams()
301 if (index < argc) { in ParseCMInitParams()
302 int32_t ret = GetCallback(env, argv[index], context->callback); in ParseCMInitParams()
325 size_t index = 0; in ParseCMUpdateParams() local
326 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMUpdateParams()
333 index in ParseCMUpdateParams()
495 size_t index = 0; ParseCMFinishParams() local
524 size_t index = 0; ParseCMAbortParams() local
[all...]
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp358 int32_t &errorCode, int32_t &status, int32_t &namePos, int32_t &index) in DealGroupOrTypeNameStatus()
364 if (line[index] == ':') { in DealGroupOrTypeNameStatus()
365 rawData->SetName(line.substr(namePos, index - namePos)); in DealGroupOrTypeNameStatus()
366 rawData->SetRawValue(index < static_cast<int32_t>(line.length()) - 1 ? line.substr(index + 1) : ""); in DealGroupOrTypeNameStatus()
367 index = static_cast<int32_t>(line.length()); in DealGroupOrTypeNameStatus()
371 if (line[index] == '.') { in DealGroupOrTypeNameStatus()
372 std::string groupName = line.substr(namePos, index - namePos); in DealGroupOrTypeNameStatus()
378 namePos = index + 1; in DealGroupOrTypeNameStatus()
381 if (line[index] in DealGroupOrTypeNameStatus()
357 DealGroupOrTypeNameStatus(const std::string &line, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode, int32_t &status, int32_t &namePos, int32_t &index) DealGroupOrTypeNameStatus() argument
389 DealParamsStatus(const std::string &line, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode, int32_t &status, int32_t &namePos, int32_t &index) DealParamsStatus() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp86 UIView* UIList::Recycle::GetView(int16_t index) in GetView() argument
98 retView = adapter_->GetView(inView, index); in GetView()
100 retView->SetViewIndex(index); in GetView()
108 uint16_t index = listView_->GetStartIndex(); in FillActiveView() local
111 while ((index < adapter_->GetCount()) && (childBottom < listView_->GetHeight())) { in FillActiveView()
112 UIView* view = GetView(index); in FillActiveView()
123 index++; in FillActiveView()
127 while ((index < adapter_->GetCount()) && (childRight < listView_->GetWidth())) { in FillActiveView()
128 UIView* view = GetView(index); in FillActiveView()
135 index in FillActiveView()
444 uint16_t index = GetIndexDec(topIndex_); MoveChildStepVertical() local
482 uint16_t index = GetIndexDec(topIndex_); MoveChildStepHorizontal() local
720 GetIndexInc(uint16_t index) GetIndexInc() argument
729 GetIndexDec(uint16_t index) GetIndexDec() argument
742 ScrollTo(uint16_t index) ScrollTo() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c79 FILLP_LOGINF("fillp_sock_id:%d", sock->index); in SpungeHandleMsgAllocSock()
101 FILLP_LOGERR("sock alloc sys sock failed. socketId=%d", sock->index); in SpungeHandleMsgAllocSock()
129 FILLP_LOGDBG("MSG_TYPE_FREE_SOCK_EAGIN, sock = %d, allocState = %d\n", sock->index, sock->allocState); in SpungeHandleMsgFreeSockEagain()
152 FILLP_LOGINF("MSG_TYPE_DO_LISTEN fillp_sock_id:%d,inst:%d", sock->index, inst->instIndex); in SpungeListenMsgCheckState()
168 FILLP_LOGERR("Can't find osSocket, socketId=%d", sock->index); in SpungeListenMsgCheckState()
206 FILLP_LOGERR("accept box Queue create failed sock=%d", sock->index); in SpungeHandleMsgListen()
235 FILLP_LOGERR("Netconn is already connected, fillp_sock_id:%d,state:%d", sock->index, connState); in SpungeConnMsgCheckSockState()
248 FILLP_LOGERR("Netconn state is not idle, fillp_sock_id:%d,state:%d", sock->index, connState); in SpungeConnMsgCheckSockState()
264 FILLP_LOGERR("sock->netconn is NULL, fillp_sock_id:%d", sock->index); in SpungeConnMsgGetSock()
273 FILLP_LOGERR("SpungeHandleMsgConnect memcpy_s failed: %d fillp_sock_id:%d", err, sock->index); in SpungeConnMsgGetSock()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dhwmon.c49 int index; member
63 int index; /* sensor index */ member
147 tdata->index, &t); in hwmon_thermal_get_temp()
165 static int hwmon_thermal_add_sensor(struct device *dev, int index) in hwmon_thermal_add_sensor() argument
177 tdata->index = index; in hwmon_thermal_add_sensor()
179 tzd = devm_thermal_zone_of_sensor_register(dev, index, tdata, in hwmon_thermal_add_sensor()
185 index + 1); in hwmon_thermal_add_sensor()
231 static void hwmon_thermal_notify(struct device *dev, int index) in hwmon_thermal_notify() argument
250 hwmon_thermal_notify(struct device *dev, int index) hwmon_thermal_notify() argument
335 hwmon_genattr(const void *drvdata, enum hwmon_sensor_types type, u32 attr, int index, const char *template, const struct hwmon_ops *ops) hwmon_genattr() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dpac7302.c137 /* index,value */
144 /* index, len, [value]* */
208 /* page 3 - the value SKIP says skip the index - see reg_w_page() */
233 u8 index, in reg_w_buf()
246 index, gspca_dev->usb_buf, len, in reg_w_buf()
250 index, ret); in reg_w_buf()
257 u8 index, in reg_w()
269 0, index, gspca_dev->usb_buf, 1, in reg_w()
273 index, value, ret); in reg_w()
291 int index; in reg_w_page() local
232 reg_w_buf(struct gspca_dev *gspca_dev, u8 index, const u8 *buffer, int len) reg_w_buf() argument
256 reg_w(struct gspca_dev *gspca_dev, u8 index, u8 value) reg_w() argument
320 int index, len; reg_w_var() local
830 u8 index; sd_dbg_s_register() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dpac7302.c137 /* index,value */
144 /* index, len, [value]* */
208 /* page 3 - the value SKIP says skip the index - see reg_w_page() */
233 u8 index, in reg_w_buf()
246 index, gspca_dev->usb_buf, len, in reg_w_buf()
250 index, ret); in reg_w_buf()
257 u8 index, in reg_w()
269 0, index, gspca_dev->usb_buf, 1, in reg_w()
273 index, value, ret); in reg_w()
291 int index; in reg_w_page() local
232 reg_w_buf(struct gspca_dev *gspca_dev, u8 index, const u8 *buffer, int len) reg_w_buf() argument
256 reg_w(struct gspca_dev *gspca_dev, u8 index, u8 value) reg_w() argument
320 int index, len; reg_w_var() local
829 u8 index; sd_dbg_s_register() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.h241 inline void Set(int index, uint16_t value);
246 V8_INLINE uint16_t Get(int index) const;
247 V8_INLINE uint16_t Get(int index, Isolate* isolate) const;
248 V8_INLINE uint16_t Get(int index, LocalIsolate* local_isolate) const;
253 Get(int index, PtrComprCageBase cage_base,
319 // Perform string match of pattern on subject, starting at start index.
421 // "array index": an index allowed by the ES spec for JSArrays.
422 inline bool AsArrayIndex(uint32_t* index);
426 // array index rang
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp948 glw::GLuint index = 0; in checkNearest() local
955 index = centerPoint.second * outRowWidth + centerPoint.first * out_components + i; in checkNearest()
956 if (buffer[index] != expectedValue) in checkNearest()
961 << "Result value [" << (glw::GLint)buffer[index] << "]\n" in checkNearest()
1002 index = borderPoints[j].second * outRowWidth + borderPoints[j].first * out_components + i; in checkNearest()
1003 if (buffer[index] != expectedBorderColor) in checkNearest()
1009 << "Result value [" << (glw::GLint)buffer[index] << "]\n" in checkNearest()
1035 glw::GLuint index = 0; in checkLinear() local
1072 index = y * outRowWidth + centerX * out_components + c; in checkLinear()
1073 if (buffer[index in checkLinear()
1193 getCoordinateValue(glw::GLint index) getCoordinateValue() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp119 for (size_t index = 0; index < list.size(); index++) in GetResourceIndexFromName()
121 const VarT &resource = list[index]; in GetResourceIndexFromName()
124 return static_cast<GLuint>(index); in GetResourceIndexFromName()
146 const sh::ShaderVariable &variable = list[variableLocation.index]; in GetVariableLocation()
179 const LinkedUniform &variable = list[variableLocation.index]; in GetVariableLocation()
346 void GetInterfaceBlockName(const UniformBlockIndex index, in GetInterfaceBlockName() argument
352 ASSERT(index.value < list.size()); in GetInterfaceBlockName()
354 const auto &block = list[index in GetInterfaceBlockName()
862 size_t index = 0; getLog() local
1047 VariableLocation(unsigned int arrayIndex, unsigned int index) VariableLocation() argument
1073 bindLocation(GLuint index, const std::string &name) bindLocation() argument
1109 bindLocation(GLuint index, const std::string &name) bindLocation() argument
1272 GLuint index = getUniformIndexFromLocation(location); getSamplerIndex() local
1467 bindAttributeLocation(GLuint index, const char *name) bindAttributeLocation() argument
1479 bindFragmentOutputLocation(GLuint index, const char *name) bindFragmentOutputLocation() argument
1484 bindFragmentOutputIndex(GLuint index, const char *name) bindFragmentOutputIndex() argument
2065 getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveAttribute() argument
2279 const GLuint index = getInputResourceIndex(name); getInputResourceLocation() local
2292 const GLuint index = getOutputResourceIndex(name); getOutputResourceLocation() local
2351 getInputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const getInputResourceName() argument
2360 getOutputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const getOutputResourceName() argument
2369 getUniformResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const getUniformResourceName() argument
2379 getBufferVariableResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const getBufferVariableResourceName() argument
2482 getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveUniform() argument
3176 getTransformFeedbackVarying(GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) const getTransformFeedbackVarying() argument
[all...]
/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c35 uint32_t index; in GetModule() local
37 FOR_EACH_HC_VECTOR(g_authModuleVec, index, module) { in GetModule()
284 uint32_t index; in DestroyModules() local
286 FOR_EACH_HC_VECTOR(g_authModuleVec, index, module) { in DestroyModules()
306 uint32_t index; in AddAuthModulePlugin() local
308 FOR_EACH_HC_VECTOR(g_authModuleVec, index, pluginPtr) { in AddAuthModulePlugin()
321 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in AddAuthModulePlugin()
330 uint32_t index; in DelAuthModulePlugin() local
332 FOR_EACH_HC_VECTOR(g_authModuleVec, index, pluginPtr) { in DelAuthModulePlugin()
336 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in DelAuthModulePlugin()
[all...]
/base/startup/init/services/init/standard/
H A Dinit_cmdexecutor.c108 INIT_LOGV("PluginExecCmd_ index %s content: %s", cmd->name, cmdContent); in PluginExecCmd_()
137 INIT_LOGV("PluginExecCmd index %s", cmd->name); in PluginExecCmd()
158 static PluginCmd *GetPluginCmdByIndex(int index) in GetPluginCmdByIndex() argument
160 int hashCode = (((unsigned int)index >> 16) & 0x0000ffff) - 1; // 16 left shift in GetPluginCmdByIndex()
161 int cmdId = ((unsigned int)index & 0x0000ffff); in GetPluginCmdByIndex()
174 const char *GetPluginCmdNameByIndex(int index) in GetPluginCmdNameByIndex() argument
176 PluginCmd *cmd = GetPluginCmdByIndex(index); in GetPluginCmdNameByIndex()
183 void PluginExecCmdByCmdIndex(int index, const char *cmdContent, const ConfigContext *context) in PluginExecCmdByCmdIndex() argument
185 PluginCmd *cmd = GetPluginCmdByIndex(index); in PluginExecCmdByCmdIndex()
187 INIT_LOGW("Cannot find plugin command with index in PluginExecCmdByCmdIndex()
198 PluginGetCmdIndex(const char *cmdStr, int *index) PluginGetCmdIndex() argument
[all...]
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp64 int32_t index = GetIndex(); in HangUpRequest() local
65 CoreManagerInner::GetInstance().Hangup(slotId, RadioEvent::RADIO_HANGUP_CONNECT, index, handle); in HangUpRequest()
174 int32_t CellularCallConnectionCS::SeparateConferenceRequest(int32_t slotId, int32_t index, int32_t voiceCall) in SeparateConferenceRequest() argument
186 CoreManagerInner::GetInstance().SeparateConference(slotId, RadioEvent::RADIO_SPLIT_CALL, index, voiceCall, handle); in SeparateConferenceRequest()
212 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest()
224 CoreManagerInner::GetInstance().SendDTMF(slotId, RadioEvent::RADIO_SEND_DTMF, cDtmfCode, index, handle); in SendDtmfRequest()
228 int32_t CellularCallConnectionCS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in StartDtmfRequest()
240 CoreManagerInner::GetInstance().StartDTMF(slotId, RadioEvent::RADIO_START_DTMF, cDtmfCode, index, handle); in StartDtmfRequest()
244 int32_t CellularCallConnectionCS::StopDtmfRequest(int32_t slotId, int32_t index) const in StopDtmfRequest()
256 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handl in StopDtmfRequest()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h53 bool operator == (const DSchedContinueInfo &index) const in operator ==()
57 std::string otherCompareInfo = index.sourceDeviceId_ + index.sourceBundleName_ + index.sinkDeviceId_ + in operator ==()
58 index.sinkBundleName_; in operator ==()
62 bool operator < (const DSchedContinueInfo &index) const in operator <()
66 std::string otherCompareInfo = index.sourceDeviceId_ + index.sourceBundleName_ + index.sinkDeviceId_ + in operator <()
67 index in operator <()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_change_listener.h86 size_t index = 0; in OnDataBulkAdded() local
89 if (args.Length() < length || !ConvertFromJSValue(args[0], index) || !ConvertFromJSValue(args[1], count)) { in OnDataBulkAdded()
92 NotifyAll(&V2::DataChangeListener::OnDataBulkAdded, index, count); in OnDataBulkAdded()
111 size_t index = 0; in OnDataBulkDeleted() local
114 if (args.Length() < length || !ConvertFromJSValue(args[0], index) || !ConvertFromJSValue(args[1], count)) { in OnDataBulkDeleted()
117 NotifyAll(&V2::DataChangeListener::OnDataBulkDeleted, index, count); in OnDataBulkDeleted()
208 if (value->GetProperty("index")->IsNumber()) { in transferIndex()
209 dataOperation.index = value->GetProperty("index")->ToNumber<int32_t>(); in transferIndex()
210 } else if (value->GetProperty("index") in transferIndex()
282 size_t index = 0; NotifyAll() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_animate.h252 int32_t OH_ArkUI_KeyframeAnimateOption_SetDuration(ArkUI_KeyframeAnimateOption* option, int32_t value, int32_t index);
254 ArkUI_KeyframeAnimateOption* option, ArkUI_CurveHandle value, int32_t index);
256 ArkUI_KeyframeAnimateOption* option, void* userData, void (*event)(void* userData), int32_t index);
259 int32_t OH_ArkUI_KeyframeAnimateOption_GetDuration(ArkUI_KeyframeAnimateOption* option, int32_t index);
260 ArkUI_CurveHandle OH_ArkUI_KeyframeAnimateOption_GetCurve(ArkUI_KeyframeAnimateOption* option, int32_t index);
273 int32_t OH_ArkUI_AnimatorOption_SetKeyframe(ArkUI_AnimatorOption* option, float time, float value, int32_t index);
274 int32_t OH_ArkUI_AnimatorOption_SetKeyframeCurve(ArkUI_AnimatorOption* option, ArkUI_CurveHandle value, int32_t index);
284 float OH_ArkUI_AnimatorOption_GetKeyframeTime(ArkUI_AnimatorOption* option, int32_t index);
285 float OH_ArkUI_AnimatorOption_GetKeyframeValue(ArkUI_AnimatorOption* option, int32_t index);
286 ArkUI_CurveHandle OH_ArkUI_AnimatorOption_GetKeyframeCurve(ArkUI_AnimatorOption* option, int32_t index);
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h61 int32_t QueueInputBuffer(uint32_t index) override;
62 int32_t ReleaseOutputBuffer(uint32_t index) override;
65 int32_t RenderOutputBuffer(uint32_t index) override;
128 int32_t UpdateOutputBuffer(uint32_t index);
129 int32_t UpdateSurfaceMemory(uint32_t index);
134 void FindAvailIndex(uint32_t index);
135 void FramePostProcess(std::shared_ptr<HBuffer> &frameBuffer, uint32_t index, int32_t status, int ret);
139 int32_t CheckFormatChange(uint32_t index, int width, int height, int bitDepth);
144 int32_t RenderNewSurfaceWithOldBuffer(const sptr<Surface> &newSurface, uint32_t index);
145 int32_t FlushSurfaceMemory(std::shared_ptr<FSurfaceMemory> &surfaceMemory, uint32_t index);
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h60 int32_t QueueInputBuffer(uint32_t index) override;
61 int32_t ReleaseOutputBuffer(uint32_t index) override;
64 int32_t RenderOutputBuffer(uint32_t index) override;
111 int32_t UpdateBuffers(uint32_t index, int32_t bufferSize, uint32_t bufferType);
112 int32_t UpdateSurfaceMemory(uint32_t index);
115 void FindAvailIndex(uint32_t index);
120 void FramePostProcess(std::shared_ptr<FBuffer> &frameBuffer, uint32_t index, int32_t status, int ret);
124 int32_t CheckFormatChange(uint32_t index, int width, int height);
129 int32_t RenderNewSurfaceWithOldBuffer(const sptr<Surface> &newSurface, uint32_t index);
130 int32_t FlushSurfaceMemory(std::shared_ptr<FSurfaceMemory> &surfaceMemory, uint32_t index);
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h72 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
73 void OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag,
85 void OnInputParameterWithAttrAvailable(uint32_t index, std::shared_ptr<Format> attribute,
110 int32_t QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag);
112 int32_t ReleaseOutputBuffer(uint32_t index);
120 int32_t PushData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index, int32_t &result);
133 int32_t PushInputParameter(uint32_t index);
134 bool RandomEOS(uint32_t index);
136 void SetEOS(uint32_t index);
149 bool IsFrameDiscard(uint32_t index);
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager.cpp41 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override;
42 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override;
58 void MpegManager::VideoCodecCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() argument
61 (void)index; in OnInputBufferAvailable()
64 void MpegManager::VideoCodecCallback::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable() argument
69 manager->OnBufferAvailable(index, buffer); in OnOutputBufferAvailable()
154 MediaManagerError MpegManager::ReleaseBuffer(uint32_t index) in ReleaseBuffer() argument
156 auto ret = encoder_->ReleaseOutputBuffer(index); in ReleaseBuffer()
220 void MpegManager::OnBufferAvailable(uint32_t index, const std::shared_ptr<AVBuffer>& buffer) in OnBufferAvailable() argument
224 ret = ReleaseBuffer(index); in OnBufferAvailable()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_utils.cpp112 static inline string GetStringValFromColumn(const shared_ptr<ResultSet> &resultSet, const int index) in GetStringValFromColumn() argument
115 if (resultSet->GetString(index, value)) { in GetStringValFromColumn()
121 static inline int32_t GetIntValFromColumn(const shared_ptr<ResultSet> &resultSet, const int index) in GetIntValFromColumn() argument
124 if (resultSet->GetInt(index, value)) { in GetIntValFromColumn()
132 int32_t index = 0; in GetStringValFromColumn() local
133 if (resultSet->GetColumnIndex(columnName, index)) { in GetStringValFromColumn()
137 return GetStringValFromColumn(resultSet, index); in GetStringValFromColumn()
142 int32_t index = 0; in GetIntValFromColumn() local
143 if (resultSet->GetColumnIndex(columnName, index)) { in GetIntValFromColumn()
147 return GetIntValFromColumn(resultSet, index); in GetIntValFromColumn()
1376 int index = -1; GetIntFromResultSet() local
1392 int index = -1; GetStringFromResultSet() local
[all...]

Completed in 28 milliseconds

1...<<131132133134135136137138139140>>...944