Searched refs:ext2 (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/av/media/libmedia/
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) argument
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) argument
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
H A Dmediaplayer.cpp647 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
649 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
668 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
698 // ext2: Implementation dependant error code.
699 ALOGE("error (%d, %d)", ext1, ext2);
712 // ext2: Implementation dependant error code.
714 ALOGW("info/warning (%d, %d)", ext1, ext2);
733 ALOGV("New video size %d x %d", ext1, ext2);
735 mVideoHeight = ext2;
[all...]
H A Dmediarecorder.cpp659 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
661 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
671 listener->notify(msg, ext1, ext2);
/frameworks/base/tools/aapt/
H A DFileFinder.cpp89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
/frameworks/av/include/media/
H A DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A DIMediaRecorderClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
H A Dmediaplayer.h58 // 'ext2' contains an implementation dependant error code to provide
88 // 'ext2' contains an implementation dependant info code to provide
181 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
218 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
H A Dmediarecorder.h197 virtual void notify(int msg, int ext1, int ext2) = 0;
230 void notify(int msg, int ext1, int ext2);
H A DMediaPlayerInterface.h71 int msg, int ext1, int ext2, const Parcel *obj);
191 void sendEvent(int msg, int ext1=0, int ext2=0, argument
194 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h57 void notify(int msg, int ext1, int ext2) { argument
59 mListener->notify(msg, ext1, ext2);
/frameworks/av/camera/
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
49 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
359 listener->notify(msgType, ext1, ext2);
/frameworks/av/include/camera/
H A DICameraClient.h34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DCamera.h61 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
141 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
118 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
146 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
148 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
177 media_error_type_to_string((media_error_type) ext1), ext1, ext2);
194 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)",
195 media_info_type_to_string((media_info_type) ext1), ext1, ext2);
201 SL_LOGV("MEDIA_INFO_NETWORK_BANDWIDTH %d kbps", ext2);
[all...]
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h135 static void notify(void* cookie, int msg, int ext1, int ext2);
H A DVideoEditorPreviewController.cpp1154 void* cookie, int msg, int ext1, int ext2)
1198 pEditInfo->overlaySettingsIndex = ext2;
1222 // ext2: Implementation dependant error code.
1223 ALOGE("MEDIA_ERROR; error (%d, %d)", ext1, ext2);
1232 int info_val = ext2;
1234 // ext2: Implementation dependant error code.
1235 //ALOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
1249 ALOGV("MEDIA_SET_VIDEO_SIZE; New video size %d x %d", ext1, ext2);
1274 int overlayIndex = ext2;
1280 pEditInfo->overlaySettingsIndex = ext2;
1153 notify( void* cookie, int msg, int ext1, int ext2) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h136 void notifyListener(int msg, int ext1, int ext2);
H A DNuPlayerDriver.h69 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);
H A DNuPlayerDriver.cpp329 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) { argument
334 sendEvent(msg, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h148 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
162 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp66 void notify(int msg, int ext1, int ext2);
99 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) argument
104 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
/frameworks/av/media/libaah_rtp/
H A Daah_tx_player.h107 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 386 milliseconds

12