Searched refs:interface (Results 1 - 25 of 36) sorted by path

12

/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp54 client.interface(),
66 client.interface(),
H A Drecord.cpp201 client.interface(), meta, false /* createEncoder */, source);
228 client.interface(), enc_meta, true /* createEncoder */, decoder);
328 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
H A Drecordvideo.cpp289 client.interface(), enc_meta, true /* createEncoder */, source,
H A Dstagefright.cpp184 client->interface(), meta, false /* createEncoder */, source,
1118 client.interface(),
/frameworks/av/include/media/stagefright/
H A DOMXClient.h32 sp<IOMX> interface() { function in class:android::OMXClient
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp711 mClient.interface(), mAudioTrack->getFormat(),
750 mClient.interface(), mVideoTrack->getFormat(),
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp559 mClient.interface(),
H A DVideoEditorAudioEncoder.cpp449 // fix the interface issue with the OMX-based AAC audio encoder, we should
453 pEncoderContext->mClient.interface(), encoderMetadata, true,
H A DVideoEditorVideoDecoder.cpp687 CHECK_EQ(QueryCodecs(client.interface(), kMimeTypes[k],
1035 pDecShellContext->mClient.interface(),
1198 pDecShellContext->mClient.interface(),
H A DVideoEditorVideoEncoder.cpp340 encoder = OMXCodec::Create(client.interface(), metaData, true,
715 pEncoderContext->mClient.interface(), encoderMetadata, true,
/frameworks/av/media/libeffects/preprocessing/
H A DAndroid.mk15 external/webrtc/src/modules/interface \
16 external/webrtc/src/modules/audio_processing/interface \
H A DPreProcessing.cpp108 uint32_t samplingRate; // sampling rate at effect process interface
730 effect_handle_t *interface)
733 *interface = (effect_handle_t)&effect->itfe;
771 effect_handle_t *interface)
821 status = Effect_Create(&session->effects[procId], session, interface);
1802 // effect_handle_t interface implementation for effect
1881 int PreProcessingLib_Release(effect_handle_t interface) argument
1884 ALOGV("EffectRelease start %p", interface);
1889 preproc_effect_t *fx = (preproc_effect_t *)interface;
728 Effect_Create(preproc_effect_t *effect, preproc_session_t *session, effect_handle_t *interface) argument
769 Session_CreateEffect(preproc_session_t *session, int32_t procId, effect_handle_t *interface) argument
/frameworks/av/media/libmedia/
H A DIOMX.cpp407 #define CHECK_INTERFACE(interface, data, reply) \
408 do { if (!data.enforceInterface(interface::getInterfaceDescriptor())) { \
409 ALOGW("Call incorrectly routed to " #interface); \
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp90 // and return a interface reference. The client side will use that
853 OMXCodec::Create(client.interface(), encMeta,
1424 client.interface(), enc_meta,
/frameworks/av/media/libstagefright/
H A DACodec.cpp3022 sp<IOMX> omx = client.interface();
H A DAwesomePlayer.cpp1393 mClient.interface(), mAudioTrack->getFormat(),
1490 mClient.interface(), mVideoTrack->getFormat(),
H A DMediaCodecList.cpp530 client.interface(),
H A DStagefrightMetadataRetriever.cpp121 if (QueryCodecs(client->interface(), mime,
157 client->interface(), format, false, source,
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAndroid.mk23 src/interface.c \
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h121 client.interface(), encMeta,
H A Drtp_test.cpp185 client.interface(),
/frameworks/av/media/mtp/
H A DMtpDevice.cpp67 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local
69 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE &&
70 interface->bInterfaceSubClass == 1 && // Still Image Capture
71 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470)
78 } else if (interface->bInterfaceClass == 0xFF &&
79 interface->bInterfaceSubClass == 0xFF &&
80 interface->bInterfaceProtocol == 0) {
81 char* interfaceName = usb_device_get_string(device, interface->iInterface);
129 // interface should be followed by three endpoints
157 if (usb_device_claim_interface(device, interface
175 MtpDevice(struct usb_device* device, int interface, const struct usb_endpoint_descriptor *ep_in, const struct usb_endpoint_descriptor *ep_out, const struct usb_endpoint_descriptor *ep_intr) argument
[all...]
H A DMtpDevice.h63 MtpDevice(struct usb_device* device, int interface,
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DAndroid.mk24 # Disable it because the ISurface interface may change, and before we have a
/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c49 * are interface, addresses, routes, DNS servers, and search domains. Each
61 * is to have an interface configured with the given address and netmask
83 const char *interface = env("INTERFACE"); local
112 /* Bring up the interface. */
114 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
116 ALOGE("Cannot bring up %s: %s", interface, strerror(errno));
137 fprintf(state, "%s\n", interface);

Completed in 452 milliseconds

12