Searched defs:comp (Results 1 - 13 of 13) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
H A DInputSurfaceConnection.cpp69 const std::shared_ptr<C2Component>& comp) :
70 mSource(source), mComp(comp), mFrameIndex(0) {
88 std::shared_ptr<C2Component> comp = mComp.lock(); local
89 if (!comp) {
93 std::shared_ptr<C2ComponentInterface> intf = comp->intf();
165 std::shared_ptr<C2Component> comp = mComp.lock(); variable
166 if (!comp) {
209 err = comp->queue_nb(&items);
215 std::shared_ptr<C2Component> comp = mComp.lock(); variable
216 if (!comp) {
67 Impl( const sp<GraphicBufferSource>& source, const std::shared_ptr<C2Component>& comp) argument
253 InputSurfaceConnection( const sp<GraphicBufferSource>& source, const std::shared_ptr<C2Component>& comp) argument
[all...]
H A DComponentStore.cpp317 const std::shared_ptr<const C2Component::Traits>& comp) {
321 out << indent << "name: " << comp->name << std::endl;
322 out << indent << "domain: " << comp->domain << std::endl;
323 out << indent << "kind: " << comp->kind << std::endl;
324 out << indent << "rank: " << comp->rank << std::endl;
325 out << indent << "mediaType: " << comp->mediaType << std::endl;
327 for (const auto& alias : comp->aliases) {
338 const std::shared_ptr<C2Component>& comp) {
342 std::shared_ptr<C2ComponentInterface> intf = comp->intf();
315 dump( std::ostream& out, const std::shared_ptr<const C2Component::Traits>& comp) argument
336 dump( std::ostream& out, const std::shared_ptr<C2Component>& comp) argument
H A DInputSurface.cpp130 std::shared_ptr<C2Component> comp = mStore->findC2Component(component); local
131 if (!comp) {
134 conn = new InputSurfaceConnection(mSource, comp);
/hardware/intel/common/libmix/mix_common/src/
H A Dmixlog.c100 void mix_log_func(const gchar* comp, gint level, const gchar *file, argument
117 if (g_hash_table_lookup(g_decom_ht, comp)) {
193 void mix_log_func(const gchar* comp, gint level, const gchar *file, argument
223 if (mix_shall_delog(comp, MIX_DELOG_COMPS)) {
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.cpp135 WrsOMXComponent comp; local
137 comp.mComponent = *component;
138 comp.mCore = mCores[i];
140 mComponents.push_back(comp);
/hardware/google/av/codec2/tests/
H A DC2SampleComponent_test.cpp396 std::shared_ptr<C2ComponentInterface> comp = myComp; local
410 EXPECT_EQ(C2_OK, comp->querySupportedValues_vb(query, C2_DONT_BLOCK));
/hardware/google/av/media/sfplugin/
H A DC2OMXNode.cpp52 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) argument
53 : mComp(comp), mFrameIndex(0), mWidth(0), mHeight(0) {
55 if (!strncmp(comp->getName().c_str(), "c2.android.", 11)) {
206 std::shared_ptr<Codec2Client::Component> comp = mComp.lock(); local
207 if (!comp) {
257 c2_status_t err = comp->queue(&items);
H A DCCodec.h131 std::shared_ptr<Codec2Client::Component> comp; member in struct:android::CCodec::State
H A DCCodec.cpp140 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override {
145 mSurface->connectToComponent(comp, &mConnection));
185 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override {
189 mNode = new C2OMXNode(comp);
449 std::shared_ptr<Codec2Client::Component> comp = component.lock(); variable
450 if (!comp) {
453 ALOGE("Codec2 component \"%s\" died.", comp->getName().c_str());
558 std::shared_ptr<Codec2Client::Component> comp = local
563 if (!comp) {
573 mChannel->setComponent(comp);
616 std::shared_ptr<Codec2Client::Component> comp; local
970 std::shared_ptr<Codec2Client::Component> comp; local
1045 std::shared_ptr<Codec2Client::Component> comp; local
1107 std::shared_ptr<Codec2Client::Component> comp; local
1164 std::shared_ptr<Codec2Client::Component> comp; local
1227 std::shared_ptr<Codec2Client::Component> comp; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
H A Dmm_lib2d.c79 * @comp: component structure handle
88 img_component_ops_t comp; member in struct:mm_lib2d_obj_t
330 p_comp = &lib2d_obj->comp;
452 img_component_ops_t *p_comp = &lib2d_obj->comp;
499 img_component_ops_t *p_comp = &lib2d_obj->comp;
591 LOGE("comp abort failed %d", rc);
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp210 AudioEncHidlTest::standardComp comp, int32_t nChannels,
240 (comp == AudioEncHidlTest::standardComp::amrwb));
254 void GetURLForComponent(AudioEncHidlTest::standardComp comp, char* mURL) { argument
256 AudioEncHidlTest::standardComp comp; member in struct:CompToURL
267 if (kCompToURL[i].comp == comp) {
208 setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding, AudioEncHidlTest::standardComp comp, int32_t nChannels, int32_t nSampleRate, int32_t nBitRate) argument
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp390 void GetURLForComponent(AudioDecHidlTest::standardComp comp, char* mURL, argument
393 AudioDecHidlTest::standardComp comp; member in struct:CompToURL
430 if (kCompToURL[i].comp == comp) {
442 AudioDecHidlTest::standardComp comp; member in struct:__anon1158
452 AudioDecHidlTest::standardComp comp = audioArgs->comp; local
492 if (comp != AudioDecHidlTest::standardComp::vorbis &&
493 comp != AudioDecHidlTest::standardComp::opus &&
494 comp !
535 waitOnInputConsumption(sp<IOmxNode> omxNode, sp<CodecObserver> observer, android::Vector<BufferInfo>* iBuffer, android::Vector<BufferInfo>* oBuffer, OMX_AUDIO_CODINGTYPE eEncoding, OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, AudioDecHidlTest::standardComp comp) argument
576 decodeNFrames(sp<IOmxNode> omxNode, sp<CodecObserver> observer, android::Vector<BufferInfo>* iBuffer, android::Vector<BufferInfo>* oBuffer, OMX_AUDIO_CODINGTYPE eEncoding, OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, std::ifstream& eleStream, android::Vector<FrameData>* Info, int offset, int range, AudioDecHidlTest::standardComp comp, bool signalEOS = true) argument
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp312 void GetURLForComponent(VideoDecHidlTest::standardComp comp, char* mURL, argument
315 VideoDecHidlTest::standardComp comp; member in struct:CompToURL
356 if (kCompToURL[i].comp == comp) {

Completed in 361 milliseconds