Searched refs:mpPlayerLayer (Results 1 – 2 of 2) sorted by relevance
45 , mpPlayerLayer( NULL ) in Window()64 mpPlayerLayer = [AVPlayerLayer playerLayerWithPlayer:pAVPlayer]; in Window()65 [mpPlayerLayer retain]; in Window()66 [mpPlayerLayer setFrame:[mpView frame]]; in Window()67 [mpPlayerLayer setHidden:YES]; in Window()68 [mpPlayerLayer setVideoGravity:AVLayerVideoGravityResizeAspectFill]; in Window()69 [mpPlayerLayer addObserver:getObserver() forKeyPath:@"readyForDisplay" options:0 context:this]; in Window()73 [mpView.layer addSublayer:mpPlayerLayer]; in Window()80 [mpPlayerLayer removeObserver:getObserver() forKeyPath:@"readyForDisplay"]; in ~Window()81 [mpPlayerLayer release]; in ~Window()[all …]
115 AVPlayerLayer* mpPlayerLayer; member in avmedia::macavf::Window