Home
last modified time | relevance | path

Searched refs:findRect (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
DAMessage.h72 bool findRect(
/frameworks/av/include/media/stagefright/
DMetaData.h200 bool findRect(
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp48 if (!meta->findRect( in SoftwareRenderer()
/frameworks/av/media/libstagefright/
DMetaData.cpp163 bool MetaData::findRect( in findRect() function in android::MetaData
DStagefrightMetadataRetriever.cpp218 if (!meta->findRect( in extractVideoFrameWithCodecFlags()
DOMXCodec.cpp2314 CHECK(from->findRect( in formatHasNotablyChanged()
2319 CHECK(to->findRect( in formatHasNotablyChanged()
2399 CHECK(mOutputFormat->findRect(kKeyCropRect, in onEvent()
4278 CHECK(mOutputFormat->findRect( in initNativeWindowCrop()
DAwesomePlayer.cpp1015 if (!meta->findRect( in notifyVideoSize_l()
/frameworks/base/media/jni/
Dandroid_media_Utils.cpp224 CHECK(msg->findRect(key, &left, &top, &right, &bottom)); in ConvertMessageToMap()
/frameworks/av/libvideoeditor/lvpp/
DNativeWindowRenderer.cpp590 if (meta->findRect(kKeyCropRect, &left, &top, &right, &bottom)) { in updateVideoSize()
DPreviewPlayer.cpp1680 if (!meta->findRect( in notifyVideoSize_l()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp235 bool AMessage::findRect( in findRect() function in android::AMessage
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp438 } else if (msg->findRect(PLAYEREVENT_VIDEO_SIZE_UPDATE, &val1, &val2, &val1, &val2)) { in onNotify()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp404 CHECK(codecRequest->findRect( in onMessageReceived()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp815 if (!meta->findRect( in VideoEditorVideoDecoder_configureFromMetadata()